What problem does it solve? In headless or managed-agent environments there is no live Excel application to drive, so workbook deliverables must be produced as files on disk rather than through interactive Office tooling. ## Core Features & Use Cases - File-based workbook authoring: Writes .xlsx files to ./out/ using Python and openpyxl, returning the relative path for orchestration layers to collect. - Financial modeling conventions: Enforces blue/black/green font color coding, formula-only calculation cells, named ranges, and a Checks tab with balance validations. - Use Case: A headless agent is asked to build a DCF model; it writes a Python script that creates an Inputs tab with hardcoded assumptions, a DCF tab with formulas referencing those inputs, and a Checks tab, then saves ./out/model.xlsx. ## Quick Start Ask the agent to build an Excel workbook as a file, for example: create a DCF model with an Inputs tab and save it as an .xlsx file in the out folder.