How Excel (XLSX) to HTML conversion works
Excel (XLSX) → Markdown structure → HTML
Reading Excel (XLSX)
Visible XLSX sheets are converted to named GFM tables with cell values and structure prioritized over formatting.
Creating HTML
HTML output is a sanitized standalone UTF-8 document with scripts and unsafe markup removed.