How to use CSV to Markdown table
- 1. Paste CSV. Or drop a .csv file.
- 2. Confirm CSV → Markdown. Preselected on this URL.
- 3. Paste into a README. Preview on GitHub or in the Markdown preview tool.
About this tool
READMEs want pipe tables, not CSV. This alias is that one direction of the table converter so “csv to markdown table” lands on a matching H1.
Wide sheets
Markdown tables get unreadable past a dozen columns. Split the sheet or keep CSV for data, Markdown for a summary.
Code examples
MD
| a | b |
| --- | --- |
| 1 | 2 |