Tree explorer will appear here once JSON is loaded
Select a node to inspect it
Tree explorer will appear here once JSON is loaded
Select a node to inspect it
Paste JSON and download it as a real .xlsx file, using the same row and column rules as the CSV export: an array of objects becomes one row per object with the union of keys as columns, nested objects flatten into dot-notation columns, and nested arrays are written as a compact JSON string per cell.
Unlike a plain CSV, values keep their spreadsheet type where it is safe to do so - numbers stay numeric (so they sort and sum correctly), booleans stay boolean - while any integer too large to represent exactly as a spreadsheet number is written as text instead of being silently rounded.
Very large datasets (tens of thousands of rows) generate a spreadsheet that may take Excel or Google Sheets a moment to open - you will see a note if the result is large enough that this is worth knowing up front.
The generated file is a standard Office Open XML workbook (the same format Excel itself saves), with one sheet named "Sheet1" - it opens directly in Excel, Google Sheets, LibreOffice Calc, or Numbers without any import step or format conversion.
The .xlsx file is built entirely in your browser and downloads directly - nothing is uploaded to our servers in the process.