Excel ⇔ JSON Converter - Convert Excel Files and JSON Bidirectionally
Drop an Excel file to convert to JSON, or enter JSON text to download an Excel file. Browser-based implementation using SheetJS.
dropFile
How to Use
- Drop .xlsx file in 'Excel→JSON' tab
- Select sheet and convert to JSON
- Enter JSON text in 'JSON→Excel' tab to download
FAQ
- What Excel formats are supported?
- The .xlsx format is supported. Processing uses the SheetJS library.
- What happens with multiple sheets?
- The first sheet is used for conversion.
- Is my data sent to a server?
- No. All processing happens in your browser.
- Is the header row automatically recognized?
- Yes. The cells in the first row are automatically used as JSON key names.
- What should I do if the conversion fails?
- The .xls format is not supported. Please convert the file to .xlsx first.
Related Tools
Update History
Last Updated: 2026-02-21
- 2026-02-21 Initial release