📋

CSV 轉 Markdown 轉換器

上傳 CSV 檔案或貼上逗號分隔資料。即時獲得整潔的 Markdown 表格。

將檔案拖放到此處

或點擊瀏覽

支援: .csv

Markdown Output

How to Use the CSV to Markdown Converter

  1. Upload your .csv file by clicking or dragging it onto the area above.
  2. The converter parses the CSV in your browser — no internet connection needed after the page loads.
  3. Copy the Markdown output or download it as a .md file.

Features

  • Handles quoted fields containing commas (RFC 4180 compliant via SheetJS)
  • Treats the first row as the table header automatically
  • Escapes pipe characters (|) inside cells
  • Strips blank rows for a clean output
  • 100% browser-based — your CSV data never leaves your device

CSV to Markdown: Example

CSV input:

Name,Score,Grade
Alice,95,A
Bob,82,B
Carol,78,C+

Markdown output:

| Name  | Score | Grade |
| ----- | ----- | ----- |
| Alice | 95    | A     |
| Bob   | 82    | B     |
| Carol | 78    | C+    |

相關工具