iformat.io ロゴ iformat.io
iformat.io ロゴ iformat.io

XLSX をオンラインで無料で CSV に変換 — スプレッドシート データを抽出

Convert Excel XLSX spreadsheets to CSV format for data processing and analysis. Clean, comma-separated output ready for import. Free online.

ここにXLSXファイルをドロップします
または、このボックス内の任意の場所をクリックしてファイルを選択します

最大ファイルサイズは10MBです。 サインアップ さらに詳しく。

実際の使用例

XLSX to CSV — Extract data from Excel for import into another system

XLSX → CSV は、「このデータを Excel から取得して別のものに変換する」変換であり、データベース、Python pandas ノートブック、マーケティング ツール、または別の SaaS にインポートします。一度に 1 つのシートのみをエクスポートします。マルチシートの XLSX ワークブックでは、シートごとに 1 回の変換が必要です。数式 (値のみ)、書式設定、セルの色が失われます。

出力形式について

CSV が適切な出力の場合

CSV is the lowest-common-denominator data exchange format — every spreadsheet app, database, and analytics tool accepts it. Convert to CSV when you need to move tabular data between systems (importing into Google Sheets, uploading to a database, feeding into pandas / R). Loses formulas, formatting, and multi-sheet structure that XLSX preserves.

Convert XLSX to CSV without losing your data

スプレッドシート変換では、セル、シート、値がコンテナ間で移動されます。それぞれの形式が何を保持し、何を削除するのかを知ることで、「私の数式はどこに行ったのか」という驚きを避けることができます。

  1. 1

    Upload your XLSX spreadsheet

    Drop the XLSX file above or click to browse. Free-tier uploads are capped at 10 MB — comfortably enough for tens of thousands of rows; Pro handles files up to 1 GB. The filename is preserved and the new extension is appended automatically.

  2. 2

    The converter rewrites it as CSV

    Cell values, columns, and rows are read from the XLSX and written into the CSV structure. When both formats are spreadsheet-native (XLSX, XLS, ODS), formatting, multiple sheets, and formulas are preserved. When the target is CSV — a plain-text grid — the converter exports the values as clean, comma-separated rows that any tool can import.

  3. 3

    Download and open the CSV

    Your CSV file is ready in seconds. Open it and confirm the columns line up and numbers kept their type. Both the XLSX you uploaded and the CSV output are permanently deleted from our servers within 30 minutes.

What CSV keeps — and what it can't

Native spreadsheet formats (XLSX, XLS, ODS) store a workbook: multiple sheets, cell formatting, formulas, charts, and data types all live inside one file. CSV stores exactly one thing — a single grid of raw values as plain text. That difference decides what survives the trip.

Converting between two native formats preserves nearly everything. Converting to CSV deliberately flattens the workbook to its data: one sheet, no formulas (their results are kept, not the formulas themselves), no colours or merged cells. That's not a bug — it's exactly why CSV is the universal format for moving data between systems.

人々が変換する前に知っておきたかったこと

  • CSV holds one sheet, not a workbook. XLSX に複数のタブがある場合、CSV に変換するとアクティブなシートがキャプチャされます。すべて必要な場合は、各タブを個別に変換します。
  • Formulas become values in CSV. A cell with =SUM(A1:A9) 式ではなく、計算された数値としてエクスポートします。再計算が必要な場合は、ネイティブ XLSX を作業コピーとして保持してください。
  • Leading zeros and long numbers can shift. Zip codes, phone numbers, and IDs may lose leading zeros or flip to scientific notation when a plain grid is re-imported. Format that column as text in the destination after opening.
  • Watch the delimiter and encoding. Data with commas inside cells relies on proper quoting — which the export handles — but some regional tools expect a semicolon separator. If columns collapse into one, set the delimiter on import.

When XLSX to CSV is the right move

人々がこの転換を実行する本当の理由は、漠然としたメリットではなく、具体的な問題に基づいています。

Importing into a database or app

ほとんどのデータベース、CRM、Web アプリはインポート形式として CSV を受け入れますが、ネイティブ ワークブックは拒否します。 XLSX を CSV に変換すると、スプレッドシートが一括インポート ツールで実際に行ごとに読み取れるものに変わります。

Opening it in different software

A legacy XLS, an Apple Numbers export, or an ODS from LibreOffice doesn't always open cleanly everywhere. Converting to CSV gets the data into a format the recipient's tool handles without formatting errors or "file corrupt" warnings.

Feeding a script or data pipeline

Python, R, and command-line tools love plain, predictable input. Converting XLSX to CSV gives a script a clean grid to parse — no proprietary container to decode, no surprise sheets, just the values.

Shrinking a bloated file

Native workbooks carry formatting, charts, and metadata that inflate size. If all you need is the data, converting XLSX to CSV can cut the file down dramatically — handy for email limits, uploads, or version control.

エクスポートまたはテンプレートの仕様を満たす

Accounting platforms, payroll systems, and analytics tools often publish an exact template format for uploads. If they require CSV and your export is XLSX, this conversion is the step between "ready" and "rejected."

Standardising a messy set of files

When data arrives as a mix of XLS, XLSX, and ODS from different sources, analysis is a headache. Converting everything to a single CSV format first means one consistent input — and you can batch the whole folder in one pass.

Every conversion happens on TLS-encrypted uploads, on isolated per-request workers, with both the source and the result auto-deleted within 30 minutes. No ads, no watermarks on paid tiers, no data mined for training.

XLSX と CSV: 並べて表示

2 つの形式の技術的な比較 - どちらを使用するかを決定する場合、または変換中に何が変更されるかを確認する場合に役立ちます。

プロパティ XLSX CSV
フルネーム Microsoft Excel (Open XML) Comma-Separated Values
導入年 2007 1972
開発者/標準ボディ マイクロソフト IBM (informal)
MIMEタイプ application/vnd.openxmlformats-officedocument.spreadsheetml.sheet text/csv
ファイル拡張子 .xlsx .csv
圧縮 ZIP-compressed XML None
カラー/データ深度 該当なし 該当なし
最大寸法/サイズ 1,048,576 rows × 16,384 columns Unlimited
透明性 いいえ いいえ
アニメーション いいえ いいえ
規格・仕様 ECMA-376 / ISO/IEC 29500 IETF RFC 4180
こんな方に最適 最新の Excel スプレッドシート、データ分析 Data interchange, database imports, ETL pipelines

XLSXフォーマットについて

XLSX (Excel Open XML Spreadsheet) は、Microsoft Excel 2007 以降のデフォルトのファイル形式です。 Office Open XML 標準に基づいて構築されています (ECMA-376, ISO/IEC 29500)、ZIP 圧縮された XML ファイルを使用して、スプレッドシート データ、数式、書式設定、グラフ、ピボット テーブルを保存します。 XLSX は、従来の XLS バイナリ形式を、より効率的で回復可能で相互運用可能なアーキテクチャに置き換えました。

XLSX supports over one million rows and 16,000 columns per worksheet, 500+ built-in functions, conditional formatting, data validation, and advanced chart types. The format is natively supported by Microsoft Excel, Google Sheets, Apple Numbers, LibreOffice Calc, and most modern spreadsheet applications. XLSX is the global standard for financial modeling, data analysis, reporting, and business intelligence workflows.