Excel to JSON
Read an .xlsx (or .xls) spreadsheet as JSON. Spreadsheets are full of the data you can't hand to a stranger's server — customer lists, exports — so the file is read in your browser with no upload. The header row becomes the keys; a workbook with several sheets becomes an object keyed by sheet name.