·3 min read

How to Convert CSV to Markdown Table

Input Example (CSV)

Name,Type,Required id,string,yes title,string,no createdAt,Date,yes

Output (Markdown)

| Name | Type | Required | |-----------|--------|----------| | id | string | yes | | title | string | no | | createdAt | Date | yes |

How to Paste from Excel

  1. 1Select the cell range you want to convert in Excel
  2. 2Press Ctrl+C (Cmd+C on Mac) to copy
  3. 3Open the CSV to Markdown tool below
  4. 4Paste the content into the input box (Ctrl+V)
  5. 5The tool automatically detects the tab separator and converts to Markdown

Try it now

CSV to Markdown Tool