What problem does it solve? Working with Excel files programmatically often leads to overwritten sources, broken formulas, and undetected spreadsheet errors. This Skill provides a safe workflow for creating, editing, and verifying XLSX workbooks without corrupting the original data. ## Core Features & Use Cases - CSV/TSV to XLSX Conversion: Build styled workbooks from delimited files with frozen headers, filters, and auto-sized columns. - Non-Destructive Editing: Update cells and formulas while saving to a new output path, preserving the source workbook. - Inspection and Error Detection: Report sheet structure, formula counts, and visible errors like #REF! or #DIV/0! before delivery. - Use Case: Convert a raw sales CSV into a formatted Excel report, add a SUM formula for totals, then verify the saved workbook contains no formula errors. ## Quick Start Use the xlsx skill to convert my sales-data.csv file into a styled Excel workbook and check it for formula errors.