What problem does it solve?
Many tasks require producing or repairing spreadsheet deliverables but fail because of messy tabular inputs, broken formulas, lost formatting, or missing recalculation; this Skill makes spreadsheet work reliable and auditable so the final deliverable is a valid, re‑calculable Excel file.
Core Features & Use Cases
- Read, edit, and create spreadsheets: open and modify .xlsx/.xlsm, import .csv/.tsv, add columns, restructure sheets, and preserve template conventions.
- Formula-first construction & validation: insert Excel formulas (never hardcode calculated values), use provided LibreOffice-based recalculation to generate evaluated values, and scan for Excel errors (#REF!, #DIV/0!, #NAME?, etc.).
- Cleaning & conversion: detect and fix malformed rows, misplaced headers, and junk data; convert between tabular formats while keeping formulas and links intact.
- Financial model standards: apply the color, number-format, and documentation conventions described in the skill for professional financial work.
- Use Case: Convert a messy CSV of transactions into a multi-sheet financial model with assumption cells, dynamic formulas, formatting per standards, recalculated values, and a final validated .xlsx.
Quick Start
Open input.xlsx, clean and reformat the data, replace computed hardcoded values with Excel formulas, run the provided recalculation script, and save a validated output.xlsx.