CSV to Table help
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.
Steps
- Paste your CSV.
- Pick a format, and for Markdown an alignment.
- 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.
Everything runs in your browser. Nothing you enter or drop is uploaded.
Back to CSV to Table