What problem does it solve?
This Skill streamlines the creation, editing, and analysis of spreadsheet files, automating complex tasks and ensuring data integrity.
Core Features & Use Cases
- Data Manipulation: Use pandas for powerful data analysis, cleaning, and transformation.
- Formula Management: Leverage openpyxl to create, edit, and manage Excel formulas, ensuring accuracy and dynamic updates.
- Formula Recalculation & Validation: Utilize
scripts/recalc.py to recalculate all formulas and identify/fix common Excel errors like #REF!, #DIV/0!, and #VALUE!.
- Use Case: Automatically generate a financial projection model in Excel, complete with industry-standard formatting, complex formulas, and robust error checking, based on user-provided assumptions.
Quick Start
Use the xlsx skill to create a new spreadsheet with columns 'Name' and 'Value', add a row with 'Example' and '100', and save it as 'my_data.xlsx'.