{ }
JSON to Excel / CSV
Collez or upload a JSON array of objects and turn it into a spreadsheet.
Runs entirely in your browser. Data is never uploaded.
Comment ça marche
- 1Collez JSON data, or upload a .json file.
- 2Check that it's a list of objects — each object's keys become column headers.
- 3Télécharger as an Excel or CSV file.
À propos de cet outil
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.