T

XLSX to JSON

Convert any Excel sheet to JSON — array of objects keyed by header row, or array of arrays with no header.

Drag a .xlsx file here or

Advertisement

How to use XLSX to JSON

  1. Drop a spreadsheet file.
  2. Pick the sheet, output format (objects vs arrays), and indent.
  3. Copy the JSON or download as .json.

What is XLSX to JSON?

Useful for piping spreadsheet data into APIs, fixtures, or any system that prefers JSON. Pick the sheet, output format, and indentation. The 'array of objects' mode treats the first row as field names; 'array of arrays' preserves the raw cell grid.

Advertisement

FAQ

What if cells have mixed types?
Cells export with the type SheetJS infers — numbers as numbers, dates as date objects, strings as strings. Empty cells are omitted from object output.

Related tools