Convert Excel XLSX sheets to Markdown tables

Convert visible Excel worksheets into readable GitHub-flavored Markdown tables entirely in your browser.

The converter reads the XLSX package directly, keeps worksheet order, resolves shared text values, leaves blank cells blank, and excludes hidden sheets by default.

Local browser processing. No document upload.

Open or convert

XLSX

  1. 1Choose a modern .xlsx workbook.
  2. 2Markdown Lens converts each visible sheet locally.
  3. 3Review wide tables and export the resulting document.

What the converter preserves

  • Visible worksheet names and order
  • Rows, columns, blank cells, and cached values
  • One Markdown section per worksheet
  • Wide tables with horizontal preview scrolling

Limitations to review

Markdown represents document structure, not every visual layout detail.

  • Formatting, macros, charts, and pivot-table behavior are not reproduced.
  • Formula output uses the value cached in the workbook.
  • Legacy .xls files require export to .xlsx.

Questions about XLSX

Are hidden worksheets converted?

No. Hidden worksheets are excluded by default to avoid exposing unintended content.

Does it calculate formulas?

No. It reads cached workbook values and does not execute spreadsheet formulas.