📥

Markdown 轉 Excel 轉換器

貼上 Markdown 表格,即時下載 .xlsx 電子表格。

MarkdownExcel (.xlsx)

將檔案拖放到此處

或點擊瀏覽

支援: .md, .txt

⚠️ 此工具仅支持 Markdown 表格(含 | 分隔符的行),示例:
| Name | Age | |------|-----| | Bob | 25 |

Preview

How to Convert Markdown to Excel

  1. Paste your Markdown table into the Paste or Edit tab above.
  2. The converter parses the Markdown table syntax instantly in your browser.
  3. Click Download to save the resulting .xlsx file.
  4. Open the file in Microsoft Excel, Google Sheets, or any spreadsheet app.

Features

  • Parses standard GFM table syntax with optional alignment markers
  • Generates a proper .xlsx file using the SheetJS library
  • First row is set as the header row
  • Handles escaped pipe characters (\|) in cell content
  • No file size limit — runs entirely in your browser

Markdown to Excel: Example

Markdown table input:

| Name  | Score | Grade |
| ----- | ----- | ----- |
| Alice | 95    | A     |
| Bob   | 82    | B     |

Result in Excel:

A formatted spreadsheet with Name, Score, Grade columns and data rows.

相關工具