Text Table Maker
Paste delimited data, tidy it up in a real grid — add rows and columns, rename headers, drag the column widths — then export Markdown, CSV, TSV, HTML or an aligned text table.
| # | ||||
|---|---|---|---|---|
| Product | Region | Units | Revenue | | :--- | :--- | ---: | ---: | | Widget A | Europe | 1200 | 18400 | | Widget B | North America | 860 | 15990 | | Gadget C | Asia Pacific | 2045 | 41220 |
How the grid maps to each format
- Markdown — pipe table; the delimiter row carries your per-column alignment (
:---,:---:,---:). - CSV — RFC 4180 quoting: fields containing a comma, quote or newline are quoted and inner quotes doubled.
- TSV — tabs are stripped from cell values so the columns cannot break.
- HTML — escaped
<table>with inlinetext-alignper column. - Aligned text — box-drawing rules sized to the real display width of each cell, so wide CJK characters still line up.
Drag the thin handle at the right edge of a header to resize that column. Cells are edited directly.
About this tool
The parser is a real quoted-field tokenizer, so pasted CSV with commas or newlines inside quotes survives the trip into the grid; delimiters are auto-detected from the first few lines. All five exporters are generated from your edited grid, and the aligned-text variant measures display width per code point so mixed-script tables keep their borders. Everything happens locally in your browser — no data is uploaded.
- 100% free — no account needed
- Runs in your browser
- Nothing is uploaded
Frequently asked questions
Is Text Table Maker really free?
Yes. Text Table Maker is completely free on PureBrowser — every feature, with no account, no trial, and no credit card.
Does Text Table Maker upload my data?
No. Text Table Maker runs entirely inside your browser, so anything you type, paste, or open stays on your own device.
Do I need to sign up or install anything?
Neither. There is no account and nothing to download — open the page and Text Table Maker is ready to use on desktop or mobile.
Does Text Table Maker work offline?
Once the page has loaded, yes. All of the processing happens locally in your browser, so it keeps working without a connection.
More text tools
Character Counter
Count characters, words, and sentences with platform limits.
Social Character Counter
Check text length for X, LinkedIn, and Instagram limits.
Instagram Line Break Generator
Add invisible line breaks to Instagram bios and captions so each line displays on its own row.
Lorem Ipsum Generator
Generate placeholder text in standard, funny, or tech styles.
Text Repeater
Repeat any text with custom separators and transforms.
WhatsApp Text Formatter
Format bold, italic, strikethrough, and monospace for WhatsApp.