How HTML to Excel (XLSX) conversion works
HTML → Markdown structure → Excel (XLSX)
Reading HTML
HTML input is sanitized before meaningful page content and GFM-compatible structures are extracted.
Creating Excel (XLSX)
XLSX output creates one worksheet for each Markdown table and omits body content outside tables.