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 JSON-LD or several sheets in one file? Sheet2JSON for Windows adds JSON-LD with your context, combines checked worksheets, and has no fixed cell cutoff. Nested JSON, NDJSON and column types are included. Runs on your PC; practical file capacity depends on memory. 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 Sheet2JSON 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. Sheet2JSON 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.
Sheet2JSON for Windows: select a range and choose your output format. It also combines worksheets and exports JSON-LD, with no fixed cell cutoff.
| Feature | Free browser tool | Sheet2JSON for Windows |
|---|---|---|
| Privacy | Runs in your browserNothing is uploaded | Runs on your PCNothing is uploaded |
| File size | Up to 5 MB | No fixed limitDepends on available memory |
| Rows | First 2,000 rows | Every rowNo row or cell cap |
| Worksheets | One sheet at a time | Several sheets in one fileOr export any selected range |
| Export formats | JSONObjects, rows as arrays, headers + rows | All browser formats, plusNested JSONNDJSONJSON-LDA1 cell mapCSVTSV |
| Types & keys | Detected automatically | Set per columnText, number, boolean or date; camelCase or snake_case keys |
| Usage | 10 conversions a dayFree, no sign-up | 10 free conversionsThen unlimited with a license |
Frequently asked questions
Converting spreadsheets more than once a week?
Sheet2JSON for Windows: JSON-LD, combined worksheets, nested JSON and NDJSON. No fixed cell cutoff. Fully private, with 10 free conversions included.
Get Sheet2JSON for Windows