JSON → Excel (XLSX) Converter

Paste a JSON array or drag & drop a file to convert it to an Excel spreadsheet.

📁 Drag & drop a .json file here, or click to browse
Input JSON Array
Converting...

Example Input

[ { "name": "Alice", "age": 30, "address": { "city": "NYC", "zip": "10001" } }, { "name": "Bob", "age": 25, "address": { "city": "LA", "zip": "90001" } } ]

Nested objects like address.city are automatically flattened into separate columns.

Have questions? Check our FAQ page.