Excel / TSV to Markdown Table
Copy cells directly from Excel, Google Sheets or any spreadsheet and paste here — converts the tab-separated data to a Markdown table instantly.
What Does This Tool Do?
Copy any cells from Excel or Google Sheets (Ctrl+C), paste them here, and get a perfectly formatted Markdown table. Handles tab-separated clipboard data with alignment options.
Key Features
Direct Paste
Copy from Excel/Sheets and paste directly.
Alignment
Left, center or right column alignment.
Preview
Rendered HTML table alongside Markdown.
Copy
One-click copy of the Markdown output.
How to Use
- Select cells in Excel or Google Sheets and press Ctrl+C.
- Click in the text area and press Ctrl+V to paste.
- Choose header and alignment options.
- Click Convert to Markdown, then copy the result.
Frequently Asked Questions
How do I copy cells from Excel?▾
Select the cells in Excel, press Ctrl+C (or Cmd+C on Mac), click in the text area, then Ctrl+V. Excel copies data as tab-separated text.
Does this work with Google Sheets?▾
Yes — Google Sheets also copies selected cells as tab-separated text. The same copy-paste workflow applies.
What does column alignment do in Markdown?▾
The separator row (---) controls alignment. Left: | --- |, Center: | :---: |, Right: | ---: |. Most Markdown renderers support this syntax.