AI chat tables to Word — real tables, not pipes
Gemini, ChatGPT and Claude all answer with Markdown tables. In Word those become lines of | pipes |. Paste the answer here and export a document where the table is a real Word table with alignment preserved.
Why AI tables fall apart in Word
Markdown tables are plain text with pipe separators and an alignment row (:--- for left, :--: for centre, ---: for right). Word has no idea that this is a table, so it pastes the characters verbatim.
Rendering the Markdown first produces a proper table with column alignment, header row and borders — and the same document can go to PDF, Excel or an image.
Fix it in 30 seconds
- Copy the answer — the assistant's copy button keeps the Markdown intact.
- Paste it here — check the table in the live preview; alignment is shown as written.
- Export — To Word (DOCX) for a real Word table; More formats → To Excel (XLSX) for a spreadsheet.
What you get
- Word: a native table with header row, borders and left/centre/right alignment.
- Excel: one worksheet per table with numeric cells and bold headers.
- PDF and image: the table typeset exactly as previewed, including CJK text.
- Free, no account; Word and PDF are converted in memory and discarded, Excel and images are built in your browser.
⬇ Drop your .md here — or try the sample
Converts in seconds · nothing stored · no signup
Files are processed temporarily for conversion and not stored.
Frequently asked questions
Why does Gemini's table paste as one long line?
Gemini's copy sometimes flattens line breaks. Paste it into the box here: the Markdown parser restores the rows as long as the pipes are present.
Do merged cells work?
Standard Markdown tables have no merged cells. HTML tables with rowspan/colspan are not yet supported; use one row per entry.
Can I keep the table and the text around it?
Yes — the whole answer converts: headings, paragraphs, code and the tables.
Is it free?
Free, no account, no watermark on documents. Files up to 1 MB.