JSON to CSV + Excel
Export JSON into spreadsheet files
Upload a JSON file or paste raw JSON. This works well with arrays of objects, and single objects export as a one-row spreadsheet.
Turn JSON objects or arrays into spreadsheet-friendly rows, then export the result as CSV or XLSX directly in the browser.
Tip
Nested object fields become dot-notation columns like user.name, while arrays stay grouped inside one cell as JSON text.JSON to CSV + Excel
Upload a JSON file or paste raw JSON. This works well with arrays of objects, and single objects export as a one-row spreadsheet.