HTML Table to CSV Converter
Paste HTML that contains a table and get clean CSV. The cell text is extracted and quoted correctly. Runs in your browser.
Reverse: CSV → HTMLЯк користуватися HTML table → CSV
- 01
Paste your HTML into the left panel.
- 02
Choose the delimiter for the CSV output (comma, semicolon, tab or pipe).
- 03
Copy the CSV result from the right panel.
What it does
This tool parses the first table in the HTML you paste and turns its rows and cells into CSV, using the browser's own HTML parser. Header cells and data cells are both read.
It is a quick way to grab a table from a web page you have copied without writing a scraper.
Private and unlimited
Every conversion happens locally in your browser, so your data is never uploaded, logged or stored on a server. You can use it on confidential exports without a second thought, and it keeps working offline once the page has loaded.
There is no sign-up, no watermark and no row limit: the only ceiling is your device's memory.
Поширені запитання
Can I paste a whole web page?
Yes. It finds the first table in whatever markup you paste and ignores the rest. Copy the page source or the table itself and drop it in.
Which delimiter should I use?
Comma is the standard. Pick semicolon in regions where the comma is the decimal separator (common in German and other European exports), tab for TSV files, or pipe when your values already contain commas.
Is there a row or file-size limit?
There is no fixed row cap or daily quota. Because everything runs locally the practical limit is your device's memory, which comfortably handles the tens of thousands of rows most exports contain.
Is my data uploaded anywhere?
No. The conversion runs entirely in your browser with client-side JavaScript, so nothing you paste or drop ever leaves your device. That makes it safe for spreadsheets that contain customer emails, financial figures or other sensitive data.
Джерела
Вбудувати цей інструмент
Додайте цей інструмент на власний сайт. Скопіюйте фрагмент нижче; він оновлюється автоматично.
<iframe src="https://monu.tools/embed/uk/html-table-to-csv" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>Пов'язані інструменти
HTML links → CSV
Extract every link from pasted HTML into CSV of text, href and title. Runs entirely in your browser.
CSV → SQL
Convert CSV into SQL INSERT statements, with an optional CREATE TABLE. Set the table name and copy the script. Runs in your browser.
SQL → CSV
Paste SQL INSERT statements and get CSV back. The column list becomes the header and each tuple a row. Runs in your browser.
Change delimiter
Change a file's delimiter: read CSV with one separator and write it with another, such as comma to tab (TSV) or pipe. Runs in your browser.