What problem does it solve?
This Skill empowers you to create, edit, and analyze Excel files programmatically, eliminating manual spreadsheet work and ensuring data integrity.
Core Features & Use Cases
- Dynamic Formula Generation: Create Excel files where formulas are used instead of hardcoded values, ensuring spreadsheets remain dynamic and updateable.
- Data Analysis & Manipulation: Leverage pandas for powerful data manipulation, analysis, and visualization directly from Excel files.
- Formula Recalculation & Error Checking: Utilize LibreOffice via
scripts/recalc.py to recalculate all formulas, verify data integrity, and identify/fix common Excel errors (#REF!, #DIV/0!, etc.).
- Use Case: Automate the generation of monthly financial reports by reading raw data, performing calculations using Excel formulas, and outputting a well-formatted, error-free report.
Quick Start
Use the xlsx skill to create a new Excel file named 'sales_report.xlsx' with columns 'Product', 'Quantity', and 'Price', and populate it with sample data.