Converting from JSON
JSON files are parsed in the browser. Arrays and objects can be flattened to rows (CSV/XLSX) or kept as formatted text depending on the target.
Output as XLSX
Tables become an XLSX file you can filter and formula in Excel. Large sheets use streaming write to limit memory use.
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.