What problem does it solve? Building financial models in Excel by hand leads to hardcoded values, broken references, and unauditable spreadsheets. This Skill produces banker-grade .xlsx workbooks headlessly with openpyxl, enforcing conventions that make every assumption traceable and every calculation a live formula. ## Core Features & Use Cases - Auditable cell conventions: Blue font for hardcoded inputs, black for formulas, green for cross-sheet links, plus mandatory cell comments documenting the source of every hardcoded number. - Formulas over hardcodes: Every derived cell is written as a live Excel formula string, with named ranges for cross-sheet references and a Checks tab that surfaces TRUE/FALSE balance validations. - Sensitivity tables and recalculation: Builds odd-sized sensitivity grids with a highlighted base-case center cell, and includes a script to recalculate formulas via LibreOffice headless before delivery. - Use Case: Ask for a DCF model for a public company and receive an .xlsx with an Inputs tab sourced from the 10-K, a live projection block, a WACC/terminal-growth sensitivity table, and a Checks tab confirming the balance sheet ties. ## Quick Start Build a DCF valuation model for Apple as an Excel workbook with sourced inputs, live formulas, and a WACC sensitivity table saved to ./out/.