How Spreadsheet Converter works
The Spreadsheet Converter reads the OOXML structure of an .xlsx workbook (it is a small zip package under the hood) directly in your browser and writes out one CSV file per worksheet, or does the reverse: turn a .csv file into a single-sheet .xlsx workbook. Nothing goes through a server in either direction.
The scope is honest and deliberately limited to what a browser tab can do reliably: cell values and text are read and written, but formulas, cell styles, number formats and merged cells are not. A cell holding an Excel date serial number is shown as that raw number rather than a calendar date, since converting it correctly requires the cell's number format, which this tool does not parse.