Excel to Markdown Table
Convert an Excel sheet into a GitHub-flavored Markdown table.
Upload an .xlsx file and get a Markdown table ready to paste into READMEs, issues or docs. Everything runs locally.
How to use
- Choose an .xlsx Excel file to convert.
- The first sheet becomes a Markdown table using the first row as headers.
- Copy the Markdown from the output box.
Frequently asked questions
- What flavor of Markdown is used?
- Standard GitHub-flavored Markdown tables with a header separator row.
- Are special characters handled?
- Yes. Pipe characters inside cells are escaped so the table stays valid.