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
- Choose an .xlsx Excel file to convert.
- The first sheet is parsed into JSON automatically.
- 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.