Markdown table generator
Paste data copied from a spreadsheet (tab-separated) or CSV โ the first row becomes the header.
What is Markdown table generator?
Markdown tables use a specific pipe-and-dash syntax that's tedious to type and align by hand, especially with more than a couple of columns.
How to use it
Paste data copied from a spreadsheet (tab-separated) or comma-separated values โ the first row becomes the header, and the tool builds correctly-formatted Markdown, optionally padding columns for readability in raw form.
Example
Name,Role\nAlex,Sysadmin becomes:
| Name | Role |
| ---- | -------- |
| Alex | Sysadmin |