‹ Zurück
{ }

JSON to Excel / CSV

Füge or upload a JSON array of objects and turn it into a spreadsheet.

Runs entirely in your browser. Data is never uploaded.

So funktioniert's

  1. 1Füge JSON data, or upload a .json file.
  2. 2Check that it's a list of objects — each object's keys become column headers.
  3. 3Herunterladen as an Excel or CSV file.

Über dieses Tool

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.