📥

Markdown 轉 Excel 轉換器

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

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.

相關工具