xlsx

Create and edit Excel spreadsheets with formulas and formatting using pandas and openpyxl.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/cpalumbo/cinzia-claude --skill xlsx-cpalumbo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/cpalumbo/cinzia-claude/tree/main/.claude/skills/xlsx
Command: npx skills add https://github.com/cpalumbo/cinzia-claude --skill xlsx-cpalumbo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spreadsheets are central to planning, reporting, and analysis, but creating, updating, and validating complex workbooks while preserving formulas and templates is error-prone and time-consuming.

Core Features & Use Cases

  • Automated workbook creation and formatting with maintained formulas and structure.
  • Data analysis and visualization across sheets, with consistent styling to match templates.
  • Template-aware updates to existing workbooks, ensuring existing conventions are preserved during refinement.
  • Real-world use case: build a monthly budget model from a dataset, automatically calculate totals, and generate a dashboard snapshot without altering core formulas.

Quick Start

Use the skill to create a new spreadsheet, populate a small data table, and add a formula like =SUM(B2:B10) to verify that formulas recalculate automatically and templates are respected.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I create Excel spreadsheets with formulas and formatting automatically?

To create Excel spreadsheets with formulas and formatting, this skill leverages Python openpyxl and pandas to populate data tables, apply consistent styling, and enforce formula-based calculations like SUM functions without hardcoding values.

Can I update an existing Excel template without breaking formulas?

Yes, you can update an existing Excel template without breaking formulas, as the skill performs template-aware updates that preserve existing workbook conventions, structure, and formula-based calculations while modifying content.

How do spreadsheet formulas recalculate when using Python openpyxl?

Spreadsheet formula recalculation when using openpyxl is handled through a LibreOffice-based validation workflow, which processes the generated workbook to ensure formulas recalculate automatically and outputs verified results.

What is the best way to build a financial model and dashboard from a dataset?

The best way to build a financial model and dashboard from a dataset is using this skill to populate data tables, apply enforced formula calculations for totals, and generate dashboard snapshots with consistent template styling.

Does spreadsheet generation with pandas and openpyxl support data analysis across multiple sheets?

Yes, spreadsheet generation with pandas and openpyxl supports data analysis across multiple sheets, allowing you to perform cross-sheet data visualization, apply consistent document formatting, and maintain template structure.

Why should I avoid hardcoding values in spreadsheet formulas?

You should avoid hardcoding values in spreadsheet formulas because this skill enforces formula-based calculations to maintain calculation integrity, ensure accurate data analysis, and preserve template structures during automated workbook updates.