0

Markdown Table Generator

Build a Markdown table visually: click a cell and type, add rows and columns, set per-column alignment, and copy the ready GFM table.

Click any cell below and type — the Markdown table updates live as you edit.

Processing... 0%

Result

This is a table BUILDER, not a converter: instead of pasting a finished table in one format and getting another format back, you click directly on a live spreadsheet-like grid and type - adding columns, adding rows and choosing per-column alignment as you go, with the Markdown syntax written for you underneath in real time.

Every keystroke updates the output textarea, which uses standard readable-markdown practice: each column is padded with spaces to the width of its widest cell, and the separator row carries the correct :---, :---: or ---: marker for whichever alignment you picked in that column's dropdown - no manual counting of dashes.

If you already have data sitting in a spreadsheet or a .csv file, the paste-to-import box saves the retyping: drop in comma- or tab-separated rows (Excel and Google Sheets copy as tab-separated, plain .csv files as comma-separated - both are auto-detected, including quoted fields with commas inside them) and the grid populates instantly, ready for further hand-editing. For the reverse job - converting an existing table between CSV, TSV, HTML, Markdown and JSON text - use the office table converter instead; that tool transforms a finished table from one format to another, while this one is for building or editing a table cell by cell.