Markdown Table to CSV

Convert a Markdown table into CSV for Excel or databases.

100% private. Everything runs in your browser. Your data never leaves your device.

Markdown to CSV

What does this tool do?

This tool converts a Markdown table back into CSV so you can open it in Excel, Google Sheets, or a database. Paste a Markdown table, get clean CSV. Runs in your browser.

How to use Markdown Table to CSV - Free Online Tool

  1. Paste a Markdown table, or click "Try with sample data".
  2. Click Convert.
  3. Review the CSV.
  4. Copy or download it.

Example

Markdown to CSV:

Before

Markdown
| name | age |
| --- | --- |
| Ali | 30 |

After

CSV
name,age
Ali,30

The table is converted to comma-separated values.

Excel formula alternative

Prefer a formula? You can achieve a similar result with no native feature:

not available in Excel

This tool parses Markdown tables into CSV instantly.

When should I use this tool?

Getting doc tables into Excel
Reusing README data
Converting wiki tables
Loading Markdown into a database
Editing doc tables in a spreadsheet
Data extraction from docs

Frequently Asked Questions

Standard pipe-delimited tables with a header separator row of dashes.

No, it runs in your browser.

Yes, the --- row is detected and skipped.

Yes, copy or download it.