Spreadsheets are where private data lives
Client lists, salaries, budgets, experiment results โ the average spreadsheet is exactly the file you should never feed to a random "free online converter" with a server behind it. Here the workbook is parsed by your own browser: every sheet becomes a separate CSV or JSON file, and multi-sheet workbooks come down as a single ZIP.
The CSV comes out UTF-8 with a BOM โ the small detail that makes Excel itself reopen the file with correct accents and Cyrillic instead of mojibake. The JSON mode outputs an array of row objects keyed by your header row, ready to paste into code.