What problem does it solve? Claude Code cannot read .xlsx or .xls files directly, and Korean business spreadsheets often contain multi-row headers, metadata rows, merged cells, and non-UTF-8 encodings that break naive conversion. This Skill converts Excel files into clean UTF-8 CSVs that Claude can read and analyze. ## Core Features & Use Cases - Complexity Analysis: The --info mode inspects each sheet and auto-detects multi-row headers, metadata rows, subtotals, text-formatted numbers, crosstab layouts, and mixed date formats, then recommends the right flags. - Header Flattening & Row Skipping: Flattens multi-row headers into Parent_Child format and skips metadata rows so the output CSV has a single clean header row. - Batch & Encoding Conversion: Converts entire folders of Excel files at once and transcodes legacy CSVs (EUC-KR, CP949) to UTF-8. - Use Case: You receive a Korean sales report with a two-row header and merged region cells. Run the converter with --flatten-headers to get an analysis-ready CSV, then hand off subtotal and number-format cleanup to the csv-clean skill. ## Quick Start Convert this Excel file to CSV so you can analyze it, flattening any multi-row headers if detected.