Home/Formats/XLSX → CSV
Converter · XLSX → CSV

Excel to
CSV.

Free · 20 MB · batch of 5 The trip every analyst takes when the next tool in the pipeline wants plain rows.

Drop an XLSX, get a CSV.

Use the main converter on the home page.

Open the converter →

Why convert XLSX to CSV?

What's preserved (and what isn't)

CSV is a values-only format. The trip is faithful to the data and aggressive about everything else:

How it works

  1. Open the converter. Go to the Formatly converter — no signup required.
  2. Drop your XLSX files. Drag and drop one or more Excel spreadsheets into the upload box (up to five files, 20 MB each).
  3. Choose CSV as the output. Pick CSV from the dropdown. Only the first sheet is exported; formulas come through as their cached results.
  4. Convert and download. Click Convert; a download link appears for each CSV as it finishes. Output is UTF-8 with BOM, comma-delimited, RFC 4180-style quoting.

Good for

FAQ

What happens to multiple sheets in my Excel file? Only the first (active) sheet is exported. CSV is a single-table format and has no notion of multiple sheets. If you need a specific sheet other than the first, open the file in Excel or Google Sheets, move that sheet to position one, and re-upload. Multi-sheet export to a ZIP of CSVs is on the roadmap.

Are my formulas converted, or do they break? Formulas are exported as their last cached result — the value Excel or LibreOffice computed and saved into the file. If the spreadsheet was generated by a script and never opened in a real spreadsheet app, formula cells may come out empty. The fix is to open the XLSX in Excel once, hit save, then re-upload.

Does it handle UTF-8 and special characters? Yes. Output CSV is UTF-8 with a byte-order mark (BOM), which is the form Excel-on-Windows expects. Accents, em-dashes, currency symbols, and non-Latin scripts all survive. If a downstream tool insists on a BOM-free file, strip the first three bytes.

Can I keep cell formatting, colors, or merged cells? No — CSV is values only. Cell colors, borders, fonts, conditional formatting, and charts are all dropped. Merged cells write the value in the top-left cell only, the rest are empty. If formatting matters, convert to PDF instead.

Is the XLSX to CSV conversion free? Yes. No signup, no payment, no watermark. Free for personal and commercial use, up to five files per upload at 20 MB each.

Related