xlsx

Automates Excel-based financial modeling from historical data to forecasted outputs using Python OpenPyXL and pandas workflows.

12|2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/haomingz/kimi-skills --skill xlsx-haomingz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/haomingz/kimi-skills/tree/main/skills/xlsx
Command: npx skills add https://github.com/haomingz/kimi-skills --skill xlsx-haomingz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates end-to-end Excel-based financial modeling from raw data to fully linked forecasts and valuation outputs, ensuring formulas, structure, and checks stay auditable and Excel-native.

Core Features & Use Cases

  • End-to-end Excel modeling workflow from historical data to forecast with DCF and comps
  • Deterministic validation steps (recheck, reference-check, validate) to ensure formula integrity
  • PivotTable support and OpenXML-based PivotTable generation
  • Banker-style formatting with a strict inputs vs outputs discipline (blue hardcodes, black formulas)
  • Flexible support for 3-statement models, DCF, and public comps workflows

Quick Start

Create a banker-style 3-statement model with a DCF bridge from your provided raw data and deliver a validated Excel workbook.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate building a three-statement financial model in Excel from raw data?

You can automate three-statement financial modeling by using a Python openpyxl and pandas workflow that processes historical data, generates linked forecasts, and outputs a validated, Excel-native workbook with auditable formulas.

What's the best way to ensure DCF valuation formulas stay auditable when automating Excel modeling?

The best way to ensure DCF formula audibility is applying deterministic validation steps like recheck, reference-check, and validate during generation, enforcing a strict inputs versus outputs discipline with banker-style formatting.

Can I use pandas and openpyxl to create PivotTables for financial reporting?

Yes, you can generate PivotTables for financial reporting using a pandas and openpyxl workflow that supports OpenXML-based PivotTable generation, allowing you to transform raw historical data into pivot-enabled reports.

Does this Excel financial modeling approach support public comps analysis alongside DCF?

Yes, this Excel financial modeling approach explicitly supports public comps analysis workflows alongside DCF valuations, enabling you to build comprehensive valuation models within a single automated, auditable workbook.

How do I validate Excel formula integrity when building automated financial models?

You validate Excel formula integrity by running explicit validation steps including recheck, reference-check, and validate commands within the workflow, ensuring all generated formulas, structures, and checks remain correct and auditable.

Do I need Python to automate Excel financial modeling with validated outputs?

Yes, you need Python because the workflow relies on the openpyxl and pandas libraries to process raw data, apply banker-style formatting, enforce validation steps, and generate auditable Excel-native financial models.