Skip to content

Convert Excel to Markdown.

Drop a workbook and turn each sheet into a clean Markdown table. It runs entirely in your browser, so your file never leaves your device.

Instant & offlineFree, no accounts

Drag & drop your files

or

WordExcelPowerPointPDFEPUBCSVJSONCode
+135 file formats supported
Batch convertMany files at once
100% privateStays on your device
Works offlineNo connection needed
Preset

Optimize for AI & RAG

Extra cleanup for LLM ingestion: strip HTML, fix smart quotes, tidy Unicode and spacing.

Add YAML front matter

Prepend a metadata block (title, source, date, word & token counts) for knowledge bases and RAG.

Add table of contents

Build a linked index from the headings. Handy for long documents.

Export RAG chunks (.json)

Split the result into retrieval-ready chunks. Download per file from the result panel.

Most converters quietly upload your documents to a server. This one physically can't.

01Why

Built to calculate,
not to embed.

A workbook lives inside Excel, awkward to paste into a doc, an issue or a prompt. Converting lifts each sheet out as a plain Markdown table you can drop anywhere, with the first row as the header.

XLSXbudget.xlsx
A
B
C
1
Region
Q1
Q2
2
North
120
140
3
South
90
110
MDbudget.md

| Region | Q1 | Q2 |

| --- | --- | --- |

| North | 120 | 140 |

| South | 90 | 110 |

02Features

Everything you
actually need.

Workbooks in, clean Markdown tables out, with no server and no account anywhere.

It never leaves your browser

Your workbook is read and converted on your own device. Nothing is uploaded to any server, ever.

local
XLSXbudget.xlsx

# Heading

- point one

3 chunks

AI & RAG ready

Optional cleanup, YAML front matter, a table of contents and RAG chunk export.

Works offline

Once the page has loaded you can switch off your connection and it keeps converting.

Q1Q2Q3

Every sheet

Each worksheet in the workbook becomes its own table, under a heading with the sheet name.

éñü

Unicode safe

Accents, symbols and non-Latin scripts come through intact as UTF-8.

Free, and unlimited

No sign-up, no quotas, no watermarks. Convert one workbook or a thousand; it all runs the same way, on your own device.

03Fidelity

What survives
the trip.

Clear about what lands in the table and what stays behind. It mirrors the notes the Formats list keeps for Excel, so nothing here drifts from the real converter.

Kept

4
  • Cell values
  • Every sheet
  • Header row
  • Formula results

Dropped

4
  • Cell formatting
  • Merged cells
  • Charts
  • Images
XLSXbudget.xlsx
kept
dropped
dropped
04FAQ

Excel questions,
answered.

Everything worth knowing before you convert a workbook.

05More

Other converters.

Working with more than spreadsheets? These convert the same way: privately, in your browser.

Apple plist to Markdown

.plist

macOS & iOS property lists.

Convert

Terraform to Markdown

.tfvars · .tfstate

Terraform variables & state.

Convert

ZIP to Markdown

.zip · .jar · .war

ZIP archives, contents converted.

Convert

tar / gzip to Markdown

.tar · .gz · .tgz

tar & gzip archives, contents converted.

Convert

torrent to Markdown

.torrent

BitTorrent metadata files.

Convert

JavaScript / TypeScript to Markdown

.js · .ts · .jsx · .tsx

JS, TS, JSX & TSX source.

Convert

Python to Markdown

.py

Python source code.

Convert

Java to Markdown

.java

Java source code.

Convert