Home Tools Blog About

Convert List to Columns

In short

Arrange list items into 2-10 monospace-aligned columns with horizontal or vertical fill. Free, offline, client-side, instant and secure.

  • Runs in your browser
  • Nothing uploaded
  • Free, no sign-up

Arrange a flat list into a 2-10 column grid. Pick row-by-row (horizontal) or column-by-column (vertical / newspaper) fill, monospace-align left/center/right, and add an optional header row. Trailing blank cells from incomplete rows are trimmed automatically.

Enter a list to convert.
🛡
100% PrivateNo server uploads, ever
InstantRuns in your browser
💧
No WatermarksClean output, always
🆓
Free ForeverNo accounts, no limits

How to Use Convert List to Columns

Convert List to Columns · free online tool · All Tools Verse
Convert List to Columns. Free online tool that runs in your browser.
  1. Paste your list into the input box. Each item on its own line is the default; use the "Input Separator" dropdown if your data is comma/semicolon/tab/pipe/space-separated instead.
  2. Pick column count (2-10). Three columns is the default; 4-5 fits Markdown / docs nicely; 6+ usually needs a wider terminal or document margin.
  3. Pick fill direction. Horizontal fills row-by-row (items 1, 2, 3 become the first row). Vertical fills column-by-column (items 1, 2, 3 become the first column) - this is the "newspaper layout" pattern.
  4. Pick a column separator. Tab is the safe default (paste-clean into Excel/Sheets). Double-space works for monospace text docs. Pick "Custom…" and enter your own (e.g., :: ) for unique delimiters.
  5. Optional: alignment, header row, trim toggles. Center/right alignment pads cells with spaces so columns line up visually in monospace fonts. A comma-separated header row becomes the first output row, padded to match column widths.
  6. Press Convert (or Ctrl+Enter). Output updates live as you type with a 200 ms debounce. Stats below show item count, grid dimensions, output length, and warnings (e.g., if a cell contains your column separator).
  7. Copy or Download. Copy puts the columnar text on your clipboard for direct paste into Slack, Markdown, docs, or terminals. Download saves columnar-list.txt.

Frequently Asked Questions

What’s the difference between horizontal and vertical fill?

Horizontal fills row-by-row – items 1, 2, 3 sit in the first row; 4, 5, 6 in the second. Vertical fills column-by-column – items 1, 2, 3 stack down the first column; 4, 5, 6 down the second. Vertical is the newspaper/yearbook pattern (reading order down each column). With 7 items in 3 columns, vertical gives columns of length 3, 3, 1; horizontal gives rows of length 3, 3, 1.

Why are trailing blank cells trimmed by default?

When the grid is incomplete (item count not divisible by column count), the last row has empty cells. Without trimming, those still emit the column separator – e.g., with the double-space separator and a vertical fill, you’d see "3 " (trailing spaces). Trimming drops the visible trailing artifact. Uncheck if you want strict rectangular output for downstream parsing.

What does “Trim items” actually do?

Strips leading and trailing whitespace from each item after splitting. So ", apple ,banana" with comma separator becomes ['apple', 'banana'] instead of ['', ' apple ', 'banana']. Important when alignment is on – leading spaces would otherwise misalign columns.

Can I include a header row?

Yes – type a comma-separated header in the “Header Row” field (e.g., Name, Score, Status). It becomes the first output row, padded to match the data columns. If your header has fewer entries than columns, missing cells are blank; if more, they’re truncated.

What if my items contain the column separator?

The tool warns you. With tab separator and items like "HellotWorld", the tab inside the item creates an apparent extra column in the output. There’s no escaping – choose a separator your data doesn’t contain (Pipe or Custom :: are usually safe), or strip the offending character from the input first.

How does column alignment look in proportional fonts?

It only aligns visually in monospace fonts (Courier, Consolas, SF Mono, Menlo). The tool pads cells with regular space characters; proportional fonts render different glyphs at different widths so the visual alignment breaks. For Word/Google Docs paste, the underlying data is correct – switch the destination paragraph to a monospace font to see the alignment.

What’s the maximum list size?

No hard limit; performance stays under 50 ms for 10,000 items in Chrome on a 2020 laptop. Very large lists (1M+ items) may stall the UI for a second; consider splitting into chunks. The output appears in a single textarea so browser memory becomes the practical ceiling.

Can I paste the output into Excel or Google Sheets?

Yes – pick “Tab” as the column separator and paste. Both apps recognize tab-delimited paste as multi-cell input and split it into separate columns automatically. For Excel, ensure the destination cell is selected before pasting so it expands across columns properly.

Is my list data uploaded?

No. All splitting, gridding, padding, and joining happens in your browser using vanilla JavaScript. Open DevTools → Network and confirm zero requests fire after the page loads – even when you Convert. Safe for confidential employee lists, API tokens, internal product names.

Does it work offline?

Yes. Total bundle is under 22 KB. Once loaded, disconnect from the internet and keep converting – useful for prepping data in air-gapped environments or while flying.

Keep going

Related Tools

All Text tools →

Add Bullets to List Item

Add bullet points to list items instantly. Choose from presets or use custom bullets.…

Add List Prefix - Prepend Text

Add List Prefix list items instantly. Bullets, numbers, arrows, checkboxes, or custom text. Free,…

Add Suffix to List Items

Add suffix to list items instantly. Periods, commas, punctuation, or custom text. Free, secure,…

Alphabetize List Sort Items Online | A-Z

Alphabetize list items instantly. Sort A-Z or Z-A, case-sensitive or not. Remove duplicates option.…

Append List Items - Merge Lists

Append and merge lists instantly. Combine multiple lists with duplicate removal. Free, secure, client-side…

Change List Length

Change List Length Truncate, pad, or cycle any list to a target length. Free,…

Change List Separator

Change List Separator and Convert list separators between newline, comma, tab, semicolon, pipe, and…

Chunk List Text

Split any list into fixed-size chunks with line/numbered/labeled/custom-separator output. Live preview, keep-or-drop trailing chunk.…

Colorized List Item

Colorized list item online. Turn any list text into a colour-coded HTML block with…

Convert List to Image

Turn a text list into a PNG or JPEG image with custom fonts, colors,…

Count List Items

Count list items with frequency analysis, duplicates, unique-only output, TSV export. Free, client-side, instant.

Create Custom List

Generate custom numbered lists with 10 placeholders: {n}, {upper}, {roman}, {hex}, {bin}, {oct}, etc.…

Share

Embed this tool

Add this free tool to your website. Copy and paste the code: