Pipes Escaped Automatically
A cell containing a pipe character would silently split into two columns. Every pipe is escaped on the way out, so a value like 'Gadget | Pro' stays one cell instead of wrecking the row.
Convert Excel to Markdown from pasted Excel or Google Sheets cells, XLSX, CSV, or TSV. Escape pipes, align columns, and process spreadsheets privately in your browser.
The Excel to Markdown converter turns a range of spreadsheet cells into a GitHub Flavored Markdown table. Paste from Excel or Google Sheets, or open an .xlsx or .csv file — the workbook is read in your browser and never uploaded.

Excel to Markdown turns a clipboard paste, CSV, or workbook into one rectangular grid before formatting the output.
Region Product Units Revenue
North Gadget | Pro 1,240 $18,600.00
South Widget B -- $0.00| Region | Product | Units | Revenue |
| ------ | ------------ | ----: | ---------- |
| North | Gadget \| Pro | 1,240 | $18,600.00 |
| South | Widget B | -- | $0.00 |Excel to Markdown stays reliable when cells contain pipes, wrapped text, merged headers, dates, or alignment-sensitive numbers.
A cell containing a pipe character would silently split into two columns. Every pipe is escaped on the way out, so a value like 'Gadget | Pro' stays one cell instead of wrecking the row.
Markdown tables are strictly one line per row. A cell with a line break inside it becomes a <br>, a space-joined sentence, or just its first line — whichever suits the renderer you are targeting.
Open the Align menu and set any column to default, :---, :---:, or ---: in one click. Or switch on auto-align and every column of pure numbers is right-aligned for you, the way a finance table should read.
GFM has no rowspan. Repeat the merged value down the range, leave the covered cells blank, or emit an HTML table that keeps colspan and rowspan intact when the structure matters more than the syntax.
Excel stores a date as a serial number like 45000. Cells styled as dates are converted back to readable text instead of dropping a bare integer into your documentation.
Salary sheets, customer lists, and unreleased figures never leave the browser. Unzipping, parsing, and rendering all happen locally — there is no server to leak them from.
Convert Excel to Markdown from selected cells or a workbook, then copy a clean table into your documentation.
Copy a range from Excel or Google Sheets, or drop XLSX, CSV, or TSV files. Multi-sheet workbooks open as tabs.
Choose the header row, pipe spacing, line-break and merged-cell handling, then set automatic or per-column alignment.
Check the rendered table, then copy the Excel to Markdown result or download a .md file for your README, wiki, or notes.
Answers about XLSX, CSV, pasted cells, merged regions, alignment, dates, limits, and privacy.
Paste spreadsheet cells or drop a workbook, then copy a clean Markdown table.