Markdown Table Generator — Build and Edit Tables Online for Free
How to build a markdown table
- Use the visual editor to add rows and columns
- Set column alignment — left, right, or center
- Or import from CSV / paste an existing markdown table
- Copy or download as
.md,.html,.csv, or.json
Features
- Visual spreadsheet-style table editor
- Import from CSV or JSON
- Paste and reformat existing markdown tables
- Column alignment control — left, right, center
- Export as .md, .html, .csv, or .json
Common use cases
- Adding data tables to README files
- Converting spreadsheet data to markdown
- Creating comparison tables in documentation
- Reformatting poorly aligned existing tables
Frequently asked questions
Can I import a CSV file to create a markdown table?
Yes. Paste CSV data directly into the import field or upload a .csv file. The tool converts it to a properly formatted GFM markdown table automatically.
How do I right-align a column in a markdown table?
Select the column and choose Right alignment. The generator adds the standard GFM alignment syntax (---:) to the separator row automatically.
What formats can I export the markdown table to?
You can copy or download the table as .md (markdown), .html, .csv, or .json.
Can I paste an existing markdown table and edit it visually?
Yes. Paste an existing GFM markdown table into the import field and it will be loaded into the visual editor for you to modify.
After building your table, try it in the live editor or refer to the table syntax reference.