Why this tool is useful
Move a JSON API export into a spreadsheet for review or handoff while keeping the source document inside the browser.

Convert a bounded JSON array of objects into a real XLSX worksheet locally, with stable columns, explicit nested-value handling and no upload.
Ready. Your working data stays in this browser.
Files and capture streams stay on this device. Processing uses browser APIs only; nothing is uploaded to YTSave, the media API or a proxy.
Move a JSON API export into a spreadsheet for review or handoff while keeping the source document inside the browser.
The browser accepts an array of plain objects, unions their top-level keys in first-seen order and writes one XLSX row per object. Nested arrays and objects become JSON text; formula-like strings remain inert text cells.
Choose a JSON array of records, confirm its key and nested-value counts, then download a single-sheet XLSX workbook without a network conversion step.
The calculation is deterministic and explains validation errors instead of silently changing invalid input.
Input and output remain in this tab. Copy and download happen through browser APIs without a server upload.
Every run reports its tool mode, timestamp and input/output size so transformed data can be audited.