Toolzy

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

  1. Choose an .xlsx Excel file to convert.
  2. The first sheet becomes a Markdown table using the first row as headers.
  3. 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.

Related tools