Markdown Table Generator

Paste spreadsheet or CSV data, get a clean markdown table you can drop into a README, issue or forum post. Everything runs on your device. ← Workbench

Input

Markdown

How it works

The output is a GitHub-flavored markdown table: a header row, a divider row with the alignment colons (:--- left, :---: center, ---: right), then the data rows. This is the dialect used by GitHub, GitLab, many wikis and forums.

Quoted fields with embedded commas, escaped quotes ("") and Windows or Mac line endings are handled, so pasting straight from Excel or Google Sheets (copy → paste gives TSV) just works. Cells containing a pipe character are escaped as \|, and line breaks inside a cell become <br> so the table keeps its shape.

Columns whose cells all look like numbers are auto-detected and right-aligned — the conventional way to present figures. Pick a different alignment per column above the output if you disagree.