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 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.