Paste JSON
Use an array of objects, a single object, or a 2D array of rows.
Convert JSON arrays or objects to Excel (.xls) or CSV in your browser. Free online tool — no sign-up. Nothing is uploaded.
Loading tool…
Follow these steps for a clear answer.
Use an array of objects, a single object, or a 2D array of rows.
Columns are inferred from object keys or the first row.
Export Excel SpreadsheetML (.xls) or CSV—nothing is uploaded.
Version 1.0.0 · Last reviewed 2026-07-29
Object keys → columns; array elements → rows; nested values → JSON.stringifyPaste JSON and download an Excel (.xls) or CSV file. Arrays of objects become rows; keys become column headers.
[
{ "name": "Ada", "role": "Engineer", "years": 12 },
{ "name": "Grace", "role": "Scientist", "years": 20 }
]
| name | role | years |
|---|---|---|
| Ada | Engineer | 12 |
| Grace | Scientist | 20 |
Key distinctions behind the tool.
An array of objects (recommended), a single object, or a 2D array of rows. Nested objects/arrays are stringified into cells.
Downloads use Excel SpreadsheetML (.xls), which Excel and Google Sheets open. You can also export CSV.
No. Parsing and export run entirely in your browser.