What problem does it solve?
Turning raw CSV or XLSX files into structured, auditable Excel report workbooks normally requires manual data cleaning, formula writing, and formatting. This Skill automates that pipeline while keeping every step reviewable and never letting the model write binary Excel files directly.
Core Features & Use Cases
- Guided Report Pipeline: Import and profile workbooks, clarify reporting requirements, generate a controlled WorkbookPlan JSON, then build a multi-sheet .xlsx with README, Raw_Data, Clean_Data, Summary, Charts, Formula_Check, and Audit_Log sheets.
- Formula Generation and Explanation: Produce SUMIFS, COUNTIFS, AVERAGEIFS, and year-over-year formulas with plain-language explanations, then audit the final workbook for missing sheets, empty formulas, and #REF! errors.
- Safe Operation Execution: Validate whitelisted operations (rename_column, groupby, pivot, filter, write_formula) and reject arbitrary Python, JavaScript, or SQL from model output.
- Use Case: Upload a sales CSV, answer a few clarifying questions about audience and metrics, confirm the proposed workbook plan, and download a formatted report_v1.xlsx with an audit log.
Quick Start
Create an Excel report project, upload my sales CSV file, profile it, and build a formatted XLSX report workbook with summary formulas and an audit log.