How to Convert Excel to Markdown Tables — Free, Local

The quickest way to convert an Excel workbook to Markdown is to do it locally in your browser: open the free CoolPDF Excel to Markdown tool, drop in a .xlsx or .xls file, click Convert to Markdown, and download the result as download.md. Every non-empty sheet becomes a "## Sheet: <name>" section with a GitHub-flavored Markdown table, and everything runs on your own device — the workbook is never uploaded, and no account is needed.

Free online tool

Skip the reading and go straight to the tool — no sign-up, no upload.

Open the free Excel to Markdown tool

Quick steps

  1. Open the Excel to Markdown tool and drop in a .xlsx or .xls workbook.
  2. Click "Convert to Markdown" — every non-empty sheet is converted locally in your browser.
  3. Click Download on the result card to save the file as download.md.
  4. Each sheet appears as a Markdown table under its own "## Sheet: <name>" heading — paste them into docs, wikis, or an AI tool.

Step-by-step: converting with CoolPDF

Open the Excel to Markdown tool — nothing to install, no account to create. Drag a workbook onto the upload area, or click it to pick one from a file dialog. Both modern .xlsx and legacy .xls files work.

Click "Convert to Markdown". Every non-empty sheet in the workbook is read and rebuilt as a Markdown table, right in your browser tab.

When the download card appears, click Download. The result is saved as download.md, and the original workbook is never modified.

  • Both .xlsx and .xls workbooks are supported
  • Every non-empty sheet becomes its own table section
  • Output is always saved as download.md
  • The original workbook is never modified

What the Markdown output looks like

Each sheet gets a "## Sheet: <name>" heading followed by a GitHub-flavored Markdown table. The first non-empty row of the sheet becomes the table header, and the rest of the rows follow as data rows — ready to render in GitHub, GitLab, Obsidian, or any Markdown viewer.

Cells are exported with their computed values as stored in the file, not the formulas behind them. Merged regions keep their value in the top-left cell and come out empty elsewhere — which is usually what you want for section header rows. Formatting like colors, borders, and number styles does not carry over: Markdown tables are plain text, values only.

Why tables-as-Markdown — and why locally

A Markdown table travels well: paste quarterly figures into a report, drop a price list into a wiki, or hand an entire budget to ChatGPT or Claude in a form they parse reliably — far better than a screenshot and far cheaper than re-typing. It is also diff-friendly, so spreadsheet data can finally live in version control.

Spreadsheets tend to hold the numbers that matter most: budgets, payroll, client lists, financial models. Upload-based converters send all of that to someone else’s infrastructure first. CoolPDF reads the workbook and builds the Markdown entirely on your device — nothing is transmitted, and closing the tab removes every trace.

Combining the conversion with other tools

Need the same treatment for a document? Word to Markdown preserves headings, lists, and tables from .docx files, and PDF to Markdown does the same for a PDF’s text layer.

Only one sheet of a big workbook matters? Convert everything anyway — the sheets arrive in separate sections, so deleting the ones you do not need takes seconds.

Other ways

Copy and paste from Excel

Selecting a range and pasting it into an editor gives you tab-separated text: the values arrive, but without the | --- | table markup you still do the table formatting by hand. For a handful of cells that is fine; for a whole workbook, CoolPDF writes the tables for you.

Save as CSV, sheet by sheet

Excel can save any sheet as a CSV file — free and offline, but one sheet at a time, with no header conventions and no way to drop the result into a document as a rendered table. Markdown tables are one conversion away instead of one formatting session per sheet.

Online converters

Cloud converters will turn an uploaded workbook into Markdown, often with limits on file size and rows. The real cost is the upload itself: financial models, payroll, and client lists are exactly the files that should not sit in someone else’s queue. A local tool that never transmits the file is the safer default.

Edge cases

The workbook uses formulas

Cells are exported with their computed values as stored in the file, not the formulas themselves. If a sheet was recently edited, save it in Excel first so the stored results are up to date, then convert.

Merged cells and nested headers

Merged regions keep their value in the top-left cell; the rest of the merged cells come out empty. Multi-row headers flatten into a single header row — for heavily structured reports, expect a minute of tidying rather than a perfect mirror.

Very wide sheets

Markdown tables scale to many columns, but a 40-column sheet is unwieldy in any text format. Consider copying only the key columns into a new sheet before converting, so the output stays readable.

Frequently asked questions

Is converting Excel to Markdown with CoolPDF free?

Yes — every CoolPDF tool is free forever, with no watermarks, daily quotas, or premium tier. The conversion runs on your own device, so there is no server bill to pass on.

How are sheets handled?

Every non-empty sheet becomes a "## Sheet: <name>" section with a GitHub-flavored Markdown table. The first non-empty row becomes the table header.

Are formulas converted?

Cells are exported with their computed values as stored in the file, not the formulas themselves.

What about .xls files?

Both modern .xlsx and legacy .xls workbooks are supported.

Is it safe to convert confidential spreadsheets here?

Yes. The workbook is read and converted entirely in your browser and never uploaded anywhere. Disconnect from the internet after the page loads and it still works; closing the tab removes every trace.

Related guides & tools

How to Convert Word (DOCX) to Markdown — Free, Local

Step-by-step: convert .docx to clean Markdown — headings, lists, tables, bold and italic preserved — locally in your browser. Free, no upload, no sign-up.

Open the tool
How to Convert PDF to Markdown (Local, Free)

Step-by-step: convert PDF to clean Markdown — headings, paragraphs, and lists detected automatically — locally in your browser. Free, no upload, no sign-up.

Open the tool
How to Compress a PDF to Reduce File Size

Reduce PDF file size in your browser with three quality levels (72–300 DPI). No uploads, no sign-up — files never leave your device. Free step-by-step guide.

Open the tool

Ready to try it?

Open the Excel to Markdown tool and put this guide into practice — free, no sign-up.

Open Excel to Markdown