Skip to content

JSON to Excel

Turn JSON into an .xlsx workbook.

Paste an array of objects and get an Excel file. Handy for handing API output to someone who works in spreadsheets rather than JSON.

How to use it

  1. Paste your JSON, or drop in a .json file.
  2. Check the preview.
  3. Press Convert to Excel and download the workbook.

Why use this tool

Completely private

Everything runs inside your browser. Your files and text are never sent to a server.

Free, with no limits

No sign-up, no watermarks and no cap on how many times you can use it.

Instant results

There is no upload or queue to wait for, so results appear as fast as your device can work.

Works on any device

Runs in any modern browser on phone, tablet or desktop. Nothing to install.

Frequently asked questions

What shape should the JSON be?
An array of objects works best — one row per object. A single object becomes one row, and an array of plain values becomes a single column.
What about nested data?
Nested objects are flattened into dotted columns. Arrays of simple values are joined into one cell; anything deeper is written as JSON in the cell.
Does Cyrillic survive?
Yes. The .xlsx format stores text as UTF-8, so there is no character set to get wrong.
Is it a real Excel file?
Yes, a genuine .xlsx workbook that opens in Excel, LibreOffice and Google Sheets.

Related tools