Markdown & HTML Tools

Markdown Table to CSV

Paste a Markdown pipe table and convert it to a clean CSV file. Strips the header separator row, trims cell whitespace, and handles escaped pipes inside cells.

Live preview available Browser-only No sign-up required
Markdown table

All conversion happens in your browser; your text is never sent to a server

Features

  • Parses standard Markdown pipe tables
  • Strips alignment separator row
  • Trims cell whitespace
  • Handles escaped pipes in cell content
  • Copy or download as .csv
  • Browser-only

How to use it

  1. Paste your Markdown table (with pipe | syntax) into the input.
  2. CSV conversion runs instantly.
  3. Copy the CSV or download as .csv.

Use cases

  • Exporting Markdown documentation tables to spreadsheets
  • Converting Markdown data tables for analysis
  • Moving table data from README files to Excel or Google Sheets

Limitations

  • Multi-line cells and tables with HTML inside cells may not convert cleanly.
Questions & answers

Frequently asked

What Markdown table format is supported?

Standard GFM pipe tables with | column | separators. The alignment row (|:---|:---:|) is removed automatically.