excel-author

Create Excel workbooks with formulas, named ranges, and balance checks using openpyxl.

1|1|Updated May 9, 2026
One-click install
npx skills add https://github.com/ldzhhxx/Hermes_offline_v2 --skill excel-author-ldzhhxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excel-author
Source: https://github.com/ldzhhxx/Hermes_offline_v2/tree/main/hermes-agent/optional-skills/finance/excel-author
Command: npx skills add https://github.com/ldzhhxx/Hermes_offline_v2 --skill excel-author-ldzhhxx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of Excel workbooks with blue/black/green cell conventions, formulas, named ranges, balance checks, and sensitivity tables, making financial models auditable and reviewable.

Core Features & Use Cases

  • Auditable Excel Workbooks: Generates Excel workbooks following banker-grade conventions for easy review and audit.
  • Formula-Based Calculations: All calculations are done via formulas, ensuring flexibility and reviewability.
  • Named Ranges: Provides named ranges for cross-sheet references for easy navigation.
  • Balance Checks: Includes a 'Checks' tab to ensure all calculations are accurate.
  • Sensitivity Tables: Builds sensitivity tables for WACC and terminal growth, allowing for analysis under different scenarios.
  • Use Case: Ideal for creating financial models, audit outputs, and reconciliations.

Quick Start

Use the excel-author skill to create an auditable Excel workbook from the provided financial data.

Frequently Asked Questions about excel-author

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create auditable Excel workbooks with openpyxl?

Automating auditable Excel workbook creation uses openpyxl to apply blue, black, and green cell conventions alongside formulas and named ranges. This generates reviewable financial models with built-in balance checks and sensitivity tables.

What are blue, black, and green cell conventions in financial modeling?

Blue, black, and green cell conventions in financial modeling distinguish hard-coded inputs, formulas, and cross-sheet links. Applying these color-coded standards in Excel workbooks makes financial data auditable and transparent for review.

Can I build sensitivity tables for WACC and terminal growth in Excel headless?

Yes, you can build sensitivity tables for WACC and terminal growth in Excel headless using openpyxl. This allows scenario analysis directly within the generated spreadsheet without opening Excel.

How do I add a balance checks tab to an Excel workbook for audit preparation?

Adding a balance checks tab to an Excel workbook for audit preparation involves creating a dedicated Checks sheet. This verifies calculation accuracy by validating formulas and named ranges across the financial model.

Does openpyxl support named ranges for cross-sheet references in financial models?

Yes, openpyxl supports named ranges for cross-sheet references in financial models. This feature enables easy navigation and auditable linking between different tabs within an Excel workbook.

What is the best way to automate reconciliation workflows in Excel without opening the application?

Automating reconciliation workflows in Excel without opening the application is best done headless using openpyxl. This approach generates formula-based workbooks with balance checks and color-coded cell conventions for audit readiness.