How Excel (XLSX) to CSV conversion works
Excel (XLSX) → Markdown structure → CSV
Reading Excel (XLSX)
Visible XLSX sheets are converted to named GFM tables with cell values and structure prioritized over formatting.
Creating CSV
CSV output contains the first available Markdown table as UTF-8 data with a spreadsheet-compatible BOM.