excel-generator

Generate Excel workbooks with formulas, charts, and financial models using Python.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/AugustEmna/FlexMatch --skill excel-generator-augustemna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: excel-generator
Source: https://github.com/AugustEmna/FlexMatch/tree/main/.local/secondary_skills/excel-generator
Command: npx skills add https://github.com/AugustEmna/FlexMatch --skill excel-generator-augustemna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of rich Excel workbooks with formulas, charts, pivot summaries, and financial models to replace tedious manual spreadsheet work.

Core Features & Use Cases

  • Generate fully formatted workbooks from templates, including input-ready yellow cells and a variety of formulas.
  • Build multi-year financial models (3-statement, DCF, LBO) with charts, pivot tables, and data validation.
  • Use cases: analysts producing consistent reports from an Assumptions sheet and a data set, then exporting to Excel or PDF.

Quick Start

Create an Excel workbook from a template or dataset containing formulas, charts, and financial models.

Frequently Asked Questions about excel-generator

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

FAQPage Schema
How do I generate Excel workbooks with formulas and charts using Python?

You can generate Excel workbooks with formulas and charts using Python by leveraging libraries like xlsxwriter, openpyxl, and pandas to automate formatting, data validation, and memory-conscious writing for large spreadsheets.

Can I build a DCF or LBO financial model in Excel programmatically?

Yes, you can build DCF, LBO, and 3-statement financial models programmatically using templates that support multiple years and datasets, complete with input-ready cells, pivot tables, and charts.

What is the best way to automate creating pivot tables and data validation in xlsxwriter?

The best way to automate pivot summaries and data validation is by using Python libraries like xlsxwriter and openpyxl to programmatically apply formatting and rules across multi-year datasets.

How do you handle memory-conscious writing for large Excel spreadsheets?

Memory-conscious writing for large Excel spreadsheets is handled by leveraging optimized Python libraries like pandas and xlsxwriter, ensuring efficient data processing and formatting without overwhelming system resources.

Does openpyxl support adding financial models and charts across multiple datasets?

Yes, openpyxl supports adding financial models and charts across multiple datasets, allowing you to generate fully formatted workbooks from an Assumptions sheet with input-ready yellow cells.