Toolzy

Excel to JSON Converter

Convert the first sheet of an Excel file into JSON in your browser.

Upload an .xlsx file and get a pretty-printed JSON array of row objects using the header row as keys.

How to use

  1. Choose an .xlsx Excel file to convert.
  2. The first sheet is parsed into JSON automatically.
  3. Copy the formatted JSON from the output box.

Frequently asked questions

How are columns named?
The first row is treated as the header and becomes the keys for each JSON object.
Which sheet is used?
The first sheet in the workbook is converted.

Related tools