JSON to Excel Converter
Paste a JSON array of objects and download it as an Excel file.
Paste a JSON array where each item is an object, and download a real .xlsx workbook with object keys as column headers.
How to use
- Paste a JSON array of objects into the text box.
- Click Download Excel.
- Open the downloaded .xlsx file in any spreadsheet app.
Frequently asked questions
- What shape does the JSON need?
- A top-level array where each element is an object. Object keys become column headers.
- What if keys differ between objects?
- All keys found across the objects are collected into columns, with blanks where a value is missing.