HTML to TXT
↗Extract clean text from an HTML file — strips scripts, styles and markup.
Documents converter
Convert an Excel workbook to JSON — the first sheet as an array, or all sheets keyed by name.
Guide
Select an .xlsx or .xlsm workbook (up to 50 MB).
Rows become objects keyed by the header row — one sheet exports as an array, several sheets as objects keyed by sheet name.
Save pretty-printed JSON for apps, scripts and APIs.
Unlike CSV, JSON can hold everything — a single-sheet workbook exports as a plain array, and multi-sheet workbooks export every sheet as an object keyed by its name.
The first row of each sheet is treated as the header; every row below becomes an object using those keys.
Cells recognized as dates are serialized as ISO date-time strings, the most portable JSON representation.
Keep converting
Extract clean text from an HTML file — strips scripts, styles and markup.
Convert an Excel spreadsheet to CSV — perfect for imports, scripting and data pipelines.
Turn a CSV file into structured JSON — the header row becomes object keys.
Convert a CSV file into a real Excel (.xlsx) workbook — ready to open and share.
Extract text from a PDF document — for notes, translation and republishing.
Combine images and PDFs from a ZIP archive into a single PDF document.