{ }
JSON to Excel / CSV
Cole or upload a JSON array of objects and turn it into a spreadsheet.
Runs entirely in your browser. Data is never uploaded.
Como funciona
- 1Cole JSON data, or upload a .json file.
- 2Check that it's a list of objects — each object's keys become column headers.
- 3Baixar as an Excel or CSV file.
Sobre esta ferramenta
Paste or upload JSON data — an array of objects, like API output — and turn it straight into a spreadsheet. Each object’s keys become column headers automatically.
What format should my JSON be in?
A list of objects, like [{"name":"Alice"}, {"name":"Bob"}] — each object becomes one row.
What if different objects have different keys?
All keys across every object are combined into the column headers; missing values are left blank.
Is my data uploaded anywhere?
No, conversion happens entirely in your browser.