Data Converter — JSON / CSV / Excel Interconversion + In-Browser Table Editing
Convert between JSON, CSV, and Excel directly in your browser. The optional table editor lets you add/remove columns and edit cells live, then export in any format.
Conversion matrix
**Input**: JSON (object array), CSV (any delimiter), Excel (.xlsx, .xls).
**Output**: Pretty JSON, CSV (UTF-8 / UTF-8 BOM), Excel (.xlsx).
All 6 directions work. Excel uses ExcelJS (the CVE-affected `xlsx` library is not used).
Table editing mode
A react-data-grid table appears after conversion. Click cells to edit; column headers expose add/remove/reorder. Re-export to get the modified data — no need to open Excel for small tweaks.
Privacy: fully in-browser
JSON.parse, PapaParse, and ExcelJS all run client-side. Data never leaves your machine — safe for customer lists or internal aggregations.
Offline-capable once loaded.