Excel to CSV
Flatten a worksheet to CSV for imports and data pipelines.
Processed and deleted FreeNo sign-in Works without JavaScript
How to use excel to csv
- Choose your XLSX file. Drop the file onto the upload area or pick it from your device. The file is sent over HTTPS, processed, and deleted as soon as the result is written.
- Set the options. Adjust the settings shown for excel to csv. The defaults suit most files, so you can usually leave them alone.
- Check and save the result. Run the tool and download the CSV result. Compare it against your original before you rely on it — conversions do not always carry every detail across.
Privacy
Your file travels over HTTPS to a temporary folder, is processed, and is deleted immediately afterwards. Results are held for a few minutes behind a single-use link and then removed. Nothing is indexed, backed up or used for anything else.
Questions
What happens to my file?
It travels over HTTPS to a temporary folder, is processed, and is deleted immediately afterwards — including if the job fails. The result waits behind a single-use link that expires after 15 minutes. Nothing is indexed, backed up or used for anything else.
Will the CSV result match my XLSX file exactly?
Not always, and it is worth knowing why. Cells store both a value and a display format, so what you see is often not what is stored — dates are numbers, and a rounded figure keeps its full precision underneath. Check the result against your original before relying on it.
Do I need to install anything or create an account?
No. Excel to CSV runs in the browser you already have. There is no sign-up, no download, no watermark and no paid tier holding features back.
Is there a file size limit?
Uploads are capped at 32 MB. If your file is larger, split it first, or use one of the browser-side tools, which are bounded only by your device memory.
Working with XLSX and CSV
About XLSX
Excel's Office Open XML workbook: a ZIP archive of XML parts holding sheets, cell values, formulas and a shared table of repeated strings.
Cells store both a value and a display format, so what you see is often not what is stored — dates are numbers, and a rounded figure keeps its full precision underneath.
About CSV
Comma-separated values: rows of plain text where a delimiter marks the boundary between fields. Almost every data tool can read it.
It carries values and nothing else — no types, formatting, formulas or multiple sheets. Separators, quoting and character encoding vary between producers and are a common source of mangled imports.
Troubleshooting
- Nothing happens after choosing a file. Check the file really is XLSX — a renamed extension fails here the same way it fails in other readers.
- The upload is refused. Files over 32 MB are rejected. Split the document first, or use one of the browser-side tools, which are limited only by your device memory.
- The result looks different from the original. Some conversions cannot carry every feature across formats. The page says what was dropped when that happens.