Converting from XLSX
XLSX is read sheet by sheet via streaming. Formulas export as calculated values; charts and macros are not converted.
Output as CSV
Tabular data is serialized as CSV with proper quoting. JSON arrays and spreadsheet sheets map to rows and columns.
All conversion runs locally in your browser via Web Workers. Your files are not sent to any server, which makes ydoconv suitable for confidential documents, drafts, and large batches.