# ASCII Table Formatter

> Turn CSV or tab-separated text into an aligned plain-text, Markdown or box-drawing table.

An ASCII table formatter aligns delimited rows into a readable fixed-width table. Paste CSV, tab or pipe separated data and get box-drawing, ASCII, Markdown or plain aligned output, with numeric columns right-aligned automatically so figures line up on the decimal.

**URL:** https://convertto.tech/t/ascii-table-formatter
**Category:** Text Tools (https://convertto.tech/c/text-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your rows.
2. Choose the separator.
3. Choose the style.
4. Choose the alignment.
5. Turn "First row is a header" on or off as needed.
6. The result appears immediately — copy or download it.

## FAQ

### Why do my columns misalign after formatting?

Almost always a proportional font. Fixed-width alignment only holds in a monospace font, where every character occupies the same width. Wide CJK characters also break it, because they occupy two cells rather than one.

### When should I use a Markdown table instead?

Whenever the output will be rendered — GitHub, a README, documentation. Markdown lets the renderer size the columns, which adapts to the screen. Box-drawing tables are for terminals and plain-text files, where nothing will lay them out for you.

## Related tools

- [CSV to Markdown Table](https://convertto.tech/t/table-to-markdown): Turn CSV, TSV or pasted spreadsheet data into a Markdown, HTML or reStructuredText table.
- [Checklist to Markdown](https://convertto.tech/t/checklist-to-markdown): Turn a plain list into Markdown task lists, HTML checkboxes or a numbered outline.
- [Markdown Editor & Viewer](https://convertto.tech/t/markdown-editor): Write markdown with a live preview, outline, formatting toolbar and one-click HTML, PDF or .md export.
- [Markdown to DOCX Converter](https://convertto.tech/t/markdown-to-docx): Export Markdown as a DOCX with Word heading styles, lists and grid tables.
- [Markdown to JSON Converter](https://convertto.tech/t/markdown-to-json): Parse Markdown into a structured JSON document tree with headings, lists and tables.
- [Markdown to Presentation Slides](https://convertto.tech/t/markdown-to-slides): Turn a Markdown outline into a real PowerPoint deck — one slide per heading.
- [Markdown to Plain Text](https://convertto.tech/t/markdown-to-text): Strip Markdown formatting down to clean, readable plain text.
- [Markdown to Word Converter](https://convertto.tech/t/markdown-to-word): Convert Markdown into a real, editable Word (.docx) document with proper heading styles.
- [Text Padding Tool](https://convertto.tech/t/text-padder): Pad every line to a fixed width with any character, on the left, right or both sides.
- [Text Truncator](https://convertto.tech/t/text-truncator): Shorten text to a character, word or sentence limit without cutting words in half.
