Direct answer
An Excel-to-Markdown converter reads worksheet rows and emits text table syntax. AppKiro offers pipe, grid, simple and HTML table outputs with sheet selection, headers, alignment, column filtering and line-break controls.
Select a worksheet and publish a clean Markdown or HTML table in a few steps.
Input Excel
| # | sku | name | category | price | in_stock |
|---|---|---|---|---|---|
| 1 | P-001 | Wireless Mouse | Electronics | 19.99 | true |
| 2 | P-002 | USB-C Hub | Electronics | 34.5 | true |
| 3 | P-003 | Notebook A5 | Stationery | 4.25 | false |
| 4 | P-004 | Mechanical Keyboard | Electronics | 89 | true |
| 5 | P-005 | Desk Lamp | Home | 27.9 | false |
Output Markdown
How to use it
- Upload an Excel workbook, paste a copied table or use a supported public spreadsheet URL.
- Select the worksheet and columns, then choose table style, header, alignment, empty-row, padding and line-break options.
- Check the live output and download
.mdor.html, or copy it into your document.
Key features and settings
- GitHub-style pipe, grid, simple and HTML table formats.
- Worksheet and column selection before conversion.
- Header, alignment, empty-row, column-padding and line-break settings.
- Copy output or download a Markdown/HTML file.
Supported input and output
Input: .xlsx, .xls, a pasted table, a supported public spreadsheet URL. Output: .md, .html.
Use cases
- Publish release tables in a README or wiki.
- Turn analyst sheets into documentation for tickets and pull requests.
- Generate HTML tables when the target Markdown renderer has limited table support.
Which workflow should you choose?
Use Excel to Markdown Converter for: GitHub-style pipe, grid, simple and HTML table formats. Use JSON to Markdown Table Converter for: Markdown table, list, document and HTML table outputs.
Privacy and data path
In the current implementation, pasted/uploaded content is processed in the browser, while “Extract from URL” uses a server-side proxy to fetch the source.
Limits and troubleshooting
- Merged cells and formulas do not always have a clean text-table representation; review the generated rows.
- Very wide tables are hard to read on mobile—remove nonessential columns or use a document/list presentation.
- The current UI displays a 25 MB input limit.
FAQ
Which table format should I choose?
Use pipe tables for GitHub-style Markdown, grid/simple tables for renderers that support them, and HTML when cells contain complex formatting or line breaks.
Is my data uploaded to a server?
In the current implementation, pasted/uploaded content is processed in the browser, while “Extract from URL” uses a server-side proxy to fetch the source.
What are the file or data limits?
The current UI displays a 25 MB input limit.
Does it work on mobile?
The page is web-based and may work in a modern mobile browser, but file-picker behavior, memory and cross-device compatibility are not verified for every device. Use a desktop browser for large or complex inputs.
Which workflow should you choose?
Use Excel to Markdown Converter for: GitHub-style pipe, grid, simple and HTML table formats. Use JSON to Markdown Table Converter for: Markdown table, list, document and HTML table outputs.
Related tools
Select a worksheet and publish a clean Markdown or HTML table in a few steps.