Markdown to Excel Converter

Markdown to Excel in one step — every table in your document detected, previewed, and exported as an XLSX workbook or CSV, with alignment kept and numbers written as real numbers. Free and private, in your browser.

What Is the Markdown to Excel Converter?

Markdown to Excel reads a whole document, finds the GFM pipe tables inside it, and writes them into a real .xlsx workbook — one worksheet per table, with typed numbers and the alignment your delimiter row asked for.

  • Detection, not just conversion: You paste the document as it is; the tool locates the tables and tells you what it found.
  • A spreadsheet you can compute with: Numbers, currency, and percentages are typed correctly, so formulas and charts work at once.
  • Built on your device: The workbook is packaged in the browser — no upload, no account, no watermark.
The Markdown to Excel converter with a Markdown document on the left and the detected tables shown as a spreadsheet grid on the right.
The document, the tables found inside it, and the grid that becomes your workbook.

Markdown to Excel That Produces a Real Workbook

Detection across the whole document, one sheet per table, and cells typed the way a spreadsheet expects.

Finds Every Table in the Document

Paste a whole README, report, or ChatGPT answer. Markdown to Excel scans the document for GFM pipe tables, skips fenced code, and lists what it found — no cutting a table out by hand first.

One Worksheet per Table

Each table becomes its own sheet, named after the heading above it. Names are cleaned of characters Excel rejects, clamped to 31 characters, and de-duplicated, so the workbook always opens.

Numbers Arrive as Numbers

1,240 · $18.50 · -3.2% · 1.4e3 become numeric cells, not text that looks numeric. Percentages are stored as fractions under a percent format, so SUM, AVERAGE, and charts work the moment the file opens.

Alignment and Formatting Carried Over

The delimiter row's :---, :---:, and ---: set the column alignment. The header row is bolded, tinted, frozen, and filtered; columns are sized to fit; a <br> becomes a real in-cell line break.

Clean Cells, Not Markdown Syntax

**bold**, `code`, ~~strikethrough~~, and [links](url) are reduced to the text a spreadsheet wants — or kept verbatim. One switch either way.

XLSX, CSV, or Straight to the Clipboard

Download the whole workbook, a single sheet, or a UTF-8 CSV with the byte-order mark Excel needs for accents and CJK. Or copy as TSV and paste straight into open cells.

How Markdown Tables Map to Spreadsheet Cells

The converter writes an Office Open XML package whose rows, columns, and cell types are the ones Excel works with natively.

In MarkdownIn ExcelConversion note
| a | b |Worksheet rowSquared up to the header width
| --- |Structure markerNot written as data
:--- / :---: / ---:Column alignmentApplied to the whole column
## HeadingWorksheet nameCleaned and de-duplicated
1,240 · $18.50Numeric cellReady for SUM and charts
-3.2%Percent cellStored as -0.032
**bold** `code`Plain cell textOptional — keep the source instead
[label](url)The labelLink text is what a sheet needs
a<br>bWrapped cellA real in-cell line break
```…```SkippedFenced code is documentation, not data

Convert Markdown to Excel in 3 Steps

No install, no sign-up — paste the document, check what was detected, and download the workbook.

1

Paste your Markdown

Drop in a README, report, release notes, or AI answer containing one or more pipe tables — or open a local .md file.

2

Check what was detected

Every table is listed under its heading. Review the grid — cells recognised as numbers are highlighted — and flip the switches if you want the raw Markdown kept.

3

Download the workbook

Export an .xlsx with one worksheet per table, a single sheet, or a CSV. Markdown to Excel builds the file in your browser, and it opens in Excel, Numbers, LibreOffice, and Google Sheets.

Who Converts Markdown Tables to Excel

Anyone whose data was written as pipes alone, and now needs to be sorted, summed, or charted.

Reports written in Markdown

A board pack drafted in Markdown holds numbers someone will want to chart. Hand over a workbook instead of a table they have to retype.

README and docs data

Benchmarks, compatibility matrices, pricing tiers, and API parameters live in repos as pipe tables. Pull them into a sheet to sort, filter, and diff.

AI answers with tables

ChatGPT and Claude answer with Markdown tables. Run Markdown to Excel instead of pasting one into a cell and watching the whole row land in column A.

Data you need to sort or total

A Markdown table cannot sum a column. Convert it, and the numbers are already typed correctly for formulas, filters, and pivot tables.

Markdown to Excel Runs Entirely in Your Browser

An .xlsx file is a ZIP of XML, and Markdown to Excel assembles it on your machine rather than on a server. Your document, its tables, and the finished workbook all stay on your device.

  • No upload: the document is never sent to a conversion server.
  • The .xlsx package is assembled in your browser, from your text.
  • Once loaded, the converter keeps working with no network connection.
  • No account, no file-size queue, and no watermark on the output.
100% in your browser

Related Markdown Table Tools

Going the other direction, editing a table by hand, or exporting somewhere else entirely.

Markdown to Excel Frequently Asked Questions

Answers about multiple tables, number typing, alignment, formatting, other spreadsheet apps, and privacy.

How do I convert a Markdown table to Excel?
Paste your Markdown into the editor. Every GFM table is detected automatically and shown as a grid; choose Excel to download an .xlsx workbook with one worksheet per table. No account, no upload, no queue.
Can it handle a document with several tables?
Yes — that is the point. Each table becomes its own worksheet, named after the nearest heading above it. You can also export just the selected table, or a CSV of it.
Will numbers be real numbers in Excel, or text?
Real numbers. Values like 1,240, $18.50, -3.2%, and 1.4e3 become numeric cells, so SUM, AVERAGE, sorting, and charts work immediately. A percentage is stored as its fraction with a percent format, the way Excel represents one. Anything ambiguous — a date, a version string, a number with a unit — is left as text rather than guessed at.
What happens to bold, links, and inline code in a cell?
By default they are reduced to their text: a link keeps its label, an image keeps its alt text, inline code keeps its contents. Turn off Plain cells to keep the Markdown source verbatim.
Is column alignment preserved?
Yes. The delimiter row is read for :---, :---:, and ---:, and the alignment is applied to the worksheet's columns. Cells recognised as numbers are right-aligned.
Does it work with tables inside code blocks?
No, deliberately. A pipe table inside a fenced code block is documentation about Markdown, not data, so the scanner skips fenced regions.
What if my table rows have a different number of cells?
Rows are squared up to the header's width — short rows padded, over-long rows trimmed — because a spreadsheet grid cannot be ragged. The preview shows exactly what the export will contain.
Can I open the file in Numbers, LibreOffice, or Google Sheets?
Yes. Markdown to Excel writes a standard Office Open XML workbook (.xlsx), which Excel, Apple Numbers, LibreOffice Calc, and Google Sheets all open. The CSV export is UTF-8 with a byte-order mark, so Excel reads accented and CJK characters correctly.
Can I paste the table straight into a spreadsheet instead?
Yes. Copy cells puts the table on your clipboard as TSV, the format Excel, Numbers, and Google Sheets read as cells — so a paste lands across columns instead of stacking into one.
Is my document private?
Yes. Detection, preview, and workbook packaging all run in your browser. Your Markdown is kept in this browser's local storage so a reload does not lose it, and is never sent to us.
How do I go the other way, from Excel to Markdown?
Use the Excel to Markdown converter, which reads an .xlsx or pasted spreadsheet cells and writes a GFM pipe table, including merged-cell handling and alignment.

Convert Markdown to Excel Now

Paste your document, review the tables it contains, and download an .xlsx workbook — free, private, and instant.