What problem does it solve?
This Skill eliminates the risk of un-auditable spreadsheets by enforcing formula-first modeling, consistent color conventions for inputs vs. calculations, and built-in balance checks so reviewers can verify financial logic quickly.
Core Features & Use Cases
- Banker-grade Excel modeling conventions: Blue for hardcoded inputs, black for formulas, and green for cross-sheet/external links so assumptions and computations are visually distinguishable.
- Formula integrity enforcement: Ensures derived values are written as Excel formulas (no computed “paste values” from Python) to keep models flexible when inputs change.
- Auditable structure for finance work: Supports named ranges for cross-references and includes a dedicated Checks tab for balance and sanity checks.
- Recalculation workflow: Provides a headless LibreOffice recalc script to compute formulas for downstream consumers that rely on calculated values.
- Use case: Produce a DCF or other financial model workbook with sensitivity tables and reconciliation checks suitable for review, audit trails, and stakeholder handoff.
Quick Start
Use excel-author to create an auditable .xlsx model on disk at out/model.xlsx using openpyxl conventions and automatically prepare formulas for review.