Turn spreadsheet rows into structured JSON arrays and back again — with header detection, quoted-field handling, and custom delimiters.
Yes — RFC-style quoted fields with embedded commas and escaped quotes are parsed correctly.
Yes. The converter is bidirectional: an array of flat objects becomes a delimited table with a header row.
Completely — it runs in your browser; no data is uploaded to any server.