JSON to Excel
Convert JSON arrays and objects to an Excel table.
Paste valid JSON — array of objects, array of arrays, array of primitives, or a single object — and download an XLSX workbook.
Limitations
Deep nesting is not expanded into columns. Top-level primitives and empty arrays are rejected. Input must be valid JSON, not a JavaScript object literal.
Recommended tools
FAQ
Arrays of objects, arrays of arrays, and single objects.
Most often, the reason is a syntax error: an extra comma, single quotes, or an open parenthesis. The input must be a valid JSON, not a JavaScript object.