⚡ How It Works
Parses Markdown pipe table or plain text table syntax, identifying header separator rows and data rows. Extracts cell content and reformats to chosen output (CSV/TSV/JSON).
💼 Use Cases
Export Markdown tables from docs to Excel/Google Sheets; convert GitHub README tables to editable formats; import table data into databases.
❓ FAQ
❓ Do I need to upload data?
No. All conversion happens entirely in your browser.
❓ Which Markdown table formats?
Pipe tables (| A | B |) and plain text tables. Headers and data rows are auto-detected.
❓ Which output formats?
CSV (comma), TSV (tab), and JSON (array of objects).
❓ Can I open CSV in Excel?
Yes. UTF-8 encoded, compatible with Excel, Google Sheets, and Numbers.
❓ Is this tool free?
Yes, completely free.