Convert Excel spreadsheets into clean JSON files.
Upload an Excel workbook (.xlsx, .xls, .xlsm, or .csv), choose worksheets, and download JSON as an array of objects, nested by sheet, or JSON Lines.
or click to browse (.xlsx, .xls, .xlsm, .csv — max 10 MB)
| Plan | File size | Row limit per sheet | Notes |
|---|---|---|---|
| Free (you) | 10 MB | Up to 20,000 | Keeps performance smooth in browsers; avoids memory crashes. |
| Pro | 25 MB | Up to 50,000 | Suitable for mid-size datasets; requires efficient parsing. |
| Premium | 50 MB | Up to 100,000 | For enterprise users; may need server-side streaming or chunking. |
.xlsx, .xls, .xlsm, and .csv.
Yes. Select multiple worksheets; use By sheet to keep them grouped, or merge into one array.
One JSON object per line (.jsonl), useful for streaming and bulk imports.