Source .xlsx
XLSX
The modern Excel workbook — multiple sheets, formulas, formatting and charts.
- Compression
- Lossless
- Transparency
- Not supported
- Keeps
- Every sheet, formula, cell type and chart
- Gives up
- Macros, which live in .xlsm instead
Spreadsheet converter
Turn XLSX files into CSV without installing anything. The target format on this page is already set to CSV, so a single file or a whole folder is one press of Convert away.
XLSX CSV
Files travel over TLS and are deleted from the server as soon as the conversion finishes.
A CSV is one flat table of text. An XLSX workbook is many sheets of typed cells, formulas, formatting and charts. Converting flattens all of that: only the first sheet is exported, formulas become their computed values, and every cell arrives as a string.
That is the right trade when something downstream — a database import, a data pipeline, a script — wants plain rows and nothing else. Watch out for dates, which lose their type, and for leading zeros in things like postcodes and account numbers.
How it goes3 steps
What each side of this conversion is good at, so you know what you are trading away.
Source .xlsx
The modern Excel workbook — multiple sheets, formulas, formatting and charts.
Result .csv
Comma-separated plain text — one table, no types, readable by everything.
Other routes in and out of these formats.