Markdown Table Generator
Convert CSV/TSV to Markdown tables. Choose delimiter (comma/tab) and alignment (left/center/right); enter text or load a file (up to 100KB) for real-time Markdown table output. Switch between code and preview to view or copy.
Delimiter
Alignment
How to use
About this tool
Converts CSV/TSV to Markdown tables.
How to use
Choose delimiter (comma/tab) and alignment (left/center/right); enter CSV/TSV or load from file to see the Markdown table in real time. Switch between code and preview to view or copy.
Options
Delimiter: comma or tab. Auto-set from file extension (.csv / .tsv) when loading. Alignment: left (default), center, or right. View: switch between code (raw Markdown) and preview (rendered table).
Use cases
β’ Converting spreadsheets/exports to Markdown tables for README or docs β’ Writing report or spec tables in Markdown β’ Search keywords: markdown table generator
FAQ
- Q: What input formats are accepted?
- A: CSV (comma-separated) and TSV (tab-separated) are both supported. When loading from a file, the delimiter is auto-detected from the file extension (.csv or .tsv). You can also override the delimiter manually.
- Q: What column alignment options are available?
- A: Left (default), center, and right. Alignment is applied globally to all columns. The alignment is encoded in the header separator row (e.g. :--- for left, :---: for center, ---: for right).
- Q: Can I preview the rendered table before copying?
- A: Yes. Switch to the Preview tab to see the rendered HTML table. The Code tab shows the raw Markdown source.
- Q: What is the maximum input size?
- A: There is no hard limit enforced by the tool. Very large tables (thousands of rows) may slow down the preview render, but the Markdown code output will still be generated correctly.
- Q: Does this tool send my data to a server?
- A: No. All conversion is performed entirely in the browser. Your data is never sent to any server.
