Free Excel to JSON Converter
Drop an Excel or CSV file and get JSON, right here in your browser. Your file is never uploaded.
Converts in your browser. Your file never leaves your device.
The output is editable - tweak it before you copy or download.
Need nested JSON, NDJSON or type control? Headers like customer.name become real nested objects in Excel2JSON for Windows: any file size, every sheet, IDs that keep their leading zeros, and nothing ever uploaded. 10 free conversions included.
Get the free appHow to convert Excel to JSON
JSON in the shape your code wants
The same two spreadsheet rows, three ways. Switch layouts with one click after converting - whichever your API, script or import expects.
[
{ "Product": "Widget", "Units": 42 },
{ "Product": "Gadget", "Units": 7 }
]
[ ["Product", "Units"], ["Widget", 42], ["Gadget", 7] ]
{
"headers": ["Product", "Units"],
"data": [["Widget", 42], ["Gadget", 7]]
}
Need more structure? Headers like customer.name and tags[0] become real nested JSON objects and arrays in Excel2JSON for Windows - along with NDJSON (one object per line), an A1 cell map, per-column types and camelCase / snake_case keys. Click the locked chips in the tool above for a preview on your own data.
Convert XLSX, XLS, XLSB, ODS and CSV to JSON
Every common spreadsheet format is read directly in your browser - no Excel installation needed.
This page vs. Excel2JSON for Windows
This free tool handles the quick one-off file. The desktop app is the same idea grown up: private at any scale, and with real JSON shaping.
Excel2JSON for Windows: a 250,000-cell file, a range picked in the grid, and the output switched between five JSON shapes. No upload, no row cap.
| This page, free | Excel2JSON for Windows | |
|---|---|---|
| Where it converts | In your browser, no upload | On your PC, no upload |
| File size | Up to 5 MB | Any size |
| Sheets | Any sheet, one at a time | Every sheet, plus drag range selection in a grid |
| Rows | First 2,000 rows | Unlimited |
| Output | Objects, arrays, headers+rows - flat only | All of those plus nested JSON, NDJSON, an A1 cell map and CSV/TSV |
| Types & keys | Automatic only | Per-column Text/Number/Boolean/Date, camelCase & snake_case keys |
| Daily use | 10 conversions per day | 10 free conversions, then $29 once. No subscription |
Frequently asked questions
Converting spreadsheets more than once a week?
Excel2JSON for Windows: nested JSON, NDJSON, column types, any file size, fully private. 10 free conversions included.
Get Excel2JSON for Windows