How to use this office tool
- Choose the required spreadsheet file.
- Select the sheet and review the header-row setting.
- Run the tool and inspect the bounded preview.
- Download the newly generated result file.
Convert a selected Excel, CSV, or TSV table into clean Markdown syntax with escaped pipes, a bounded preview, and a downloadable .md file.
This tool turns the chosen spreadsheet range into a GitHub-style Markdown table and treats the selected header row as column headings.
Very wide or very large tables can be difficult to read in Markdown. Consider exporting a smaller sheet or filtering first.
XLSX, XLS, CSV, and TSV are supported. The output is a UTF-8 Markdown .md file.
| Format | Support |
|---|---|
| XLSX / XLS | Browser parsing; advanced Excel features may not be preserved |
| CSV / TSV | Delimited values with local parsing |
Upload the workbook, choose the sheet and header row, then download the generated .md table.
Yes. Literal pipe characters are escaped so they do not create unintended columns.
They are replaced with spaces to keep each Markdown table row on one line.
Yes. CSV and TSV tables use the same conversion and escaping rules.
When formula preservation is enabled, formula expressions may be used; otherwise displayed values are converted.
| Check | Behavior |
|---|---|
| Privacy | Local browser processing |
| Preview | Limited rows and columns |
| Output | New file generated |