What problem does it solve?
This Skill helps create, edit, and analyze spreadsheet files while preventing common formula breakage and spreadsheet errors, ensuring workbooks remain recalculable and consistent over time.
Core Features & Use Cases
- Create and edit spreadsheets safely: Build new .xlsx files or modify existing ones while preserving formulas and established formatting conventions.
- Recalculate formulas reliably: Recompute all Excel formulas using LibreOffice and detect Excel error states like #REF!, #DIV/0!, and #VALUE!.
- Use formulas instead of hardcoded values: Keep spreadsheets dynamic by generating Excel formulas rather than calculating results in Python.
- Data analysis & export: Analyze spreadsheet data with pandas and write results back to Excel for further reporting and visualization.
- Use Case: Update a financial model template by inserting new rows and extending forecast periods, then run recalculation to confirm zero formula errors and return a targeted error list if anything breaks.
Quick Start
Use the xlsx skill to modify the attached spreadsheet and guarantee there are zero Excel formula errors after recalculation.