What problem does it solve?
It helps you create professional Excel spreadsheets with formulas, formatting, charts, and dropdown validation without manually building everything in the spreadsheet UI.
Core Features & Use Cases
- Build .xlsx files from scratch using either openpyxl (edit/round-trip, richer workbook operations) or xlsxwriter (fast, write-only creation for large files).
- Add Excel-ready calculations by writing formula strings so Excel computes results when the file is opened.
- Enhance usability and presentation with header styling, number formats, conditional formatting, data validation dropdowns, Excel tables, and charts.
- Use Case: Create a revenue tracker where rows include product/unit/price inputs, revenue is computed with formulas, totals are summed, revenue bars are shown via conditional formatting, and users choose a status from a dropdown.
Quick Start
Ask the excel-generator skill to generate an output.xlsx sales sheet with headers, currency formatting, revenue formulas, a total row, a revenue data bar chart, and a dropdown validation column.