What problem does it solve?
This skill solves the challenge of programmatically creating, editing, and analyzing complex Excel spreadsheets while ensuring formula integrity and professional formatting standards.
Core Features & Use Cases
- Dynamic Spreadsheet Generation: Create new workbooks with complex formulas, conditional formatting, and data structures using openpyxl.
- Automated Data Analysis: Perform statistical analysis and visualization on spreadsheet data using pandas.
- Formula Verification: Automatically recalculate formulas and detect errors like #REF! or #DIV/0! using integrated LibreOffice-based tools.
- Use Case: A financial analyst needs to update a quarterly model with new data while preserving existing formulas and color-coding conventions; this skill automates the data injection and verifies the model's health.
Quick Start
Use the xlsx skill to load the file financial_model.xlsx, update the revenue assumptions in cell B5, and run a full formula recalculation to verify the output.