UtilHub

Markdown Table Generator

New

Build Markdown tables visually with a grid editor. Add/remove rows and columns, set column alignment, paste from CSV or spreadsheets, and copy the formatted Markdown table.

3 rows × 3 cols
| Header 1 | Header 2 | Header 3 |
| :------- | :------- | :------- |
| Cell 1-1 | Cell 1-2 | Cell 1-3 |
| Cell 2-1 | Cell 2-2 | Cell 2-3 |

Frequently Asked Questions

How do I import data from a spreadsheet?

Copy cells from Excel, Google Sheets, or any spreadsheet application and paste into the CSV paste area. Tab-separated data is detected automatically. You can also paste comma-separated data.

How do I set column alignment?

Click the L/C/R button above each column to cycle through left, center, and right alignment. The alignment is reflected in the Markdown separator row using colon syntax (:---, :---:, ---:).

Is the output compatible with GitHub Markdown?

Yes. The generated table follows GitHub-flavored Markdown syntax with pipe-delimited columns, a header separator row, and optional alignment markers. It renders correctly on GitHub, GitLab, and most Markdown processors.