xlsx-author

Create headless .xlsx workbooks with inputs and formulas using openpyxl.

Updated May 6, 2026
One-click install
npx skills add https://github.com/nvmohinani/financial_services --skill xlsx-author
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx-author
Source: https://github.com/nvmohinani/financial_services/tree/main/plugins/vertical-plugins/financial-analysis/skills/xlsx-author
Command: npx skills add https://github.com/nvmohinani/financial_services --skill xlsx-author

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates creation of standalone .xlsx workbooks for headless managed-agent workflows, bypassing live Excel sessions.

Core Features & Use Cases

  • Generate a complete .xlsx file on disk with inputs and formulas.
  • Produce artifacts for CMA-style automation without opening Office.
  • Use case: generate a model.xlsx from inputs and formulas to deliver a ready-to-run artifact.

Quick Start

Run a Python script that uses openpyxl to create the workbook and save it to ./out/model.xlsx.

Frequently Asked Questions about xlsx-author

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

FAQPage Schema
How do I create an Excel xlsx file from Python without opening Excel?

Create an xlsx file headlessly by running a Python script that uses openpyxl to build the workbook and save it to disk. This generates a standalone file without launching a live Office session.

What is headless Excel workbook generation for CMA-style analysis?

Headless Excel workbook generation produces a .xlsx artifact on disk from inputs and formulas, bypassing live Excel sessions. It automates CMA-style analysis by delivering ready-to-run model files without opening Office.

Does openpyxl support writing Excel formulas into a generated xlsx file?

Yes, openpyxl supports writing formulas into a generated xlsx file. You can apply formulas alongside inputs in your Python script, following blue, black, and green conventions for CMA-style automation artifacts.

What is the best way to automate xlsx model creation for financial workflows?

The best way to automate xlsx model creation is using a Python script with openpyxl to write inputs and formulas directly to disk. This headless approach bypasses Excel and outputs a ready-to-run model.xlsx artifact.

Can I generate a complete model.xlsx file without a Microsoft Office license?

Yes, you can generate a complete model.xlsx file without Office by using Python and openpyxl. This headless approach creates the workbook on disk with formulas and inputs, requiring no live Excel session or license.