How to convert rich text tables to Markdown tables?
Which table formats are supported?
No matter how complex the layout, as long as the table exists as HTML in the clipboard, this tool can convert it instantly:
- Web Tables: Including Jira entry tables, Confluence documents, various management systems, and backend data statistics tables.
- Office Software: Microsoft Word tables, Excel spreadsheets, WPS documents and spreadsheets.
- Instant Messaging: Supports tables copied directly from chat records of DingTalk, Feishu, WeChat Work, etc.
What is the format of the converted table?
We simplify complex HTML tags, retaining basic cell alignment (default left-aligned) and data content. Here is a converted example:
| Name | Position | Salary | | --- | --- | --- | | Zhang San | Technical Architect | 35k | | Li Si | Product Manager | 28k | | Wang Wu | UI Designer | 22k |
The converted Markdown can be directly pasted into platforms that support Markdown such as GitHub, Notion, Juejin, Zhihu, etc.
In conversations with AI, complex tables are often difficult to understand. Markdown table format is the easiest format for AI to understand, so we convert complex tables to Markdown tables, and then convert Markdown tables to plain text format, so that AI can understand them more easily.
The plain text format (CSV) is suitable for scenarios that require simple data exchange, such as exporting to Excel tables or importing into other data processing tools.