Spreadsheet Converter
Convert spreadsheets between XLSX, CSV, ODS, HTML, and JSON in your browser.
01 — Overview
How it works
Convert Excel and OpenDocument spreadsheets between XLSX, XLS, ODS, CSV, HTML, and JSON. Everything runs locally with SheetJS — your spreadsheets are never uploaded. Drop a file and choose the output format.
02 — Use cases
When to use it
- 01
Converting an Excel export to CSV for a database import
- 02
Turning a spreadsheet into JSON for an app
- 03
Converting ODS to XLSX for Excel compatibility
03 — Examples
Real input, real output
report.xlsx
ex 01report.csv
Convert an Excel file to CSV
data.csv
ex 02data.xlsx
Convert a CSV to a real Excel workbook
04 — FAQ
Frequently asked
Yes — XLSX and legacy XLS as input, and XLSX, ODS, CSV, HTML, or JSON as output. All processing happens in your browser.
Cell values and structure are preserved. Complex formulas are evaluated to their last-saved values; rich styling is not carried into all formats.
05 — More