๐ Markdown Table Generator
Automatically generate a Markdown table โ ready for GitHub or any Markdown renderer โ from tab-separated data copied out of a spreadsheet, or from comma-separated data. Choose column alignment (left, center, or right) too.
How to use
- Enter your data, one record per line (cells separated by commas or tabs).
- Choose a column alignment (left, center, or right).
- Copy the generated Markdown table with the "Copy" button.
FAQ
Can I paste directly from Excel or Google Sheets?
Yes โ cell ranges copied from a spreadsheet are tab-separated, so pasting them straight into the input box is automatically recognized.
Can I set a different alignment per column?
No โ the current version applies the same alignment (left, center, or right) to every column.
What does turning off "Align columns" do?
It skips padding each cell to match column width, producing shorter Markdown text. The rendered result looks identical either way.