Excel to JSON Converter

Drop in an .xlsx workbook, choose the worksheet and set the target format to JSON. The first row becomes the keys, every following row becomes one object, so a price list or a system export turns into a JSON array your app can read directly.

Empty cells come out as null instead of empty text, two columns with the same header are renamed so no key is lost, and numbers stay numbers. Need one object per line for a log file or a bulk import? Switch on NDJSON. The workbook is parsed in your browser, so nothing is uploaded.

Spreadsheet Converter

Convert between XLSX, CSV, TSV and JSON, right in your browser.

Reading and writing happen in your browser. Formulas keep their last calculated value, and styling, charts and images are not written to the output.

How it works

This utility runs locally in your browser for privacy and speed.

1 ⚡

Unlimited local tools

This run costs 1 credit(s) and is saved to your history automatically.

Log in to save and view your usage history.

My usage history

No runs recorded yet.

Frequently asked questions

How are empty cells and duplicate headers handled?
An empty cell becomes null. If two columns share a header, the second key gets a suffix (name_2) so no column is dropped.
Can I convert only one worksheet?
Yes. Multi-sheet workbooks show a worksheet picker, and only the sheet you select is converted.

Related tools