How CSV to Excel (XLSX) conversion works
CSV → Markdown structure → Excel (XLSX)
Reading CSV
CSV rows are read as a single table with the first row used as its header.
Creating Excel (XLSX)
XLSX output creates one worksheet for each Markdown table and omits body content outside tables.