Step 1 / source
Choose the source
Drop one file here
Choose the one xlsx worksheet you want to turn into github-style markdown table.
Checking publication status...LOCAL TABLE CONVERTER / EXCEL TO MARKDOWN TABLE
Export one bounded XLSX worksheet as an escaped Markdown table using stored cell values and the first row as headers.
Step 1 / source
Choose the one xlsx worksheet you want to turn into github-style markdown table.
Checking publication status...This operation runs with browser APIs. Nirmion receives catalogue requests, not the selected source bytes.
The converter creates a separately named output. It never writes back into the source file.
One unencrypted .xlsx file up to 15 MB and 50 worksheets. The selected sheet supports one header row plus 50,000 records, 200 columns, 1,000,000 cells, and 20 MB output.
Plain-language method
The browser reads stored values from one worksheet without recalculating formulas, uses row one as normalized headers, skips completely blank rows, escapes Markdown and HTML-sensitive cell text, and writes one table.
Use a compact review worksheet whose first row names columns. Hidden sheets still count in workbook tab order.
Alignment changes Markdown layout markers only. Formula cells contribute their saved result when available.
The result ends in _nirmion_tools.md. Workbook styles, formulas, comments, charts, images, and merged-cell layout are not included.
Useful when
Before converting
Know the boundary
Markdown is a plain-text table, not an Excel renderer. Only stored cell values survive, and large worksheets may produce impractical documentation.
Quick answers
The conversion contract is deliberately explicit.
No. Only saved results are read.
No. Markdown has no workbook styling model.
No. One explicit worksheet keeps the table contract reviewable.