About CSV to Table

CSV to Table turns a CSV into a formatted table in one of four shapes: a GitHub-style Markdown table, an HTML table, a LaTeX tabular, or a box-drawn plain-text grid.

Commas inside quoted fields are parsed correctly, and each format escapes what it needs to. It runs in your browser.

How to use it

  1. Paste your CSV.
  2. Pick a format, and for Markdown an alignment.
  3. Copy the result or download it.

Common questions

Does it handle commas inside a field?

Yes, as long as the field is wrapped in double quotes, which is the normal CSV convention.

What if my CSV has no header row?

Untick First row is a header and the columns are named Column 1, Column 2, and so on.

Are ragged rows a problem?

No. Short rows are padded with empty cells to match the widest row.

Is my data uploaded?

No. The conversion runs in your browser.