How to Convert Word Tables to Markdown
- Upload your .docx file by clicking or dragging it above.
- The converter parses the document entirely in your browser using the mammoth.js library — no server involved.
- All tables found in the document are extracted and converted to Markdown format.
- Copy or download the result as a .md file.
Features
- Supports .docx (Office Open XML) — the modern Word format
- Extracts all tables in document order
- Rich text inside cells (bold, links, colours) is stripped to plain text
- Merged cells are partially supported — cell content is preserved, spanning is not
- 100% private — your document is never uploaded anywhere
Limitations
The converter handles standard Word tables — those created with Insert → Table. Rich formatting (bold, italic, colors) inside cells is stripped to plain text. Merged cells preserve content but lose their spanning. Only .docx is supported — legacy .doc (pre-2007) files are not.