ASCII Table
Table Editor
ASCII Preview
┌───────┬─────┬───────┐
│ Nom   │ Âge │ Ville │
├───────┼─────┼───────┤
│ Alice │ 30  │ Paris │
├───────┼─────┼───────┤
│ Bob   │ 25  │ Lyon  │
├───────┼─────┼───────┤
│ Clara │ 28  │ Nice  │
└───────┴─────┴───────┘

About the ASCII Table Generator

Turn rows and columns into a clean plain-text table for Markdown files, source-code comments, CLI output, or documentation. Pick a border style, set alignment, and copy a table that lines up perfectly in any monospace context.

FAQ

How do I add an ASCII table to Markdown?
Generate the table, copy it, and paste it inside a fenced code block (```) so the columns stay aligned. For a native Markdown table that renders as HTML, use pipe syntax instead — this tool is ideal for fixed-width, code-comment, and terminal use.
Can I choose different border styles?
Yes. You can switch between border styles such as single lines, double lines and rounded corners, and set column alignment to left, center or right.
Does it work in code comments?
Absolutely — plain-text ASCII tables are perfect for documenting data inside source-code comments, where Markdown rendering is not available.