Markdown Table Generator
Build a Markdown table from a spreadsheet-style grid or imported CSV, with per-column alignment.
About this tool
The Markdown Table Generator gives you a small spreadsheet-like grid — click any cell to edit it directly — and produces correctly formatted GitHub-Flavored Markdown table syntax as you go, including the alignment row that trips people up when writing tables by hand. Add or remove rows and columns with a click, mark whether the first row is a header, and set left, center, or right alignment independently for each column.
If your data already exists as CSV, paste it into the CSV import box and it populates the grid instantly using the papaparse library, which correctly handles quoted fields and embedded commas.
Both the raw Markdown syntax and a live rendered preview are shown side by side. All parsing and generation happens in your browser — your spreadsheet data is never uploaded anywhere.
