Toolzy

JSON to Excel Converter

Paste a JSON array of objects and download it as an Excel file.

Paste a JSON array where each item is an object, and download a real .xlsx workbook with object keys as column headers.

How to use

  1. Paste a JSON array of objects into the text box.
  2. Click Download Excel.
  3. Open the downloaded .xlsx file in any spreadsheet app.

Frequently asked questions

What shape does the JSON need?
A top-level array where each element is an object. Object keys become column headers.
What if keys differ between objects?
All keys found across the objects are collected into columns, with blanks where a value is missing.

Related tools