xlsx

Automates Excel workbook creation, editing, and analysis with pandas and openpyxl.

7|3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Zpankz/mcp-skillset --skill xlsx-zpankz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/Zpankz/mcp-skillset/tree/main/xlsx
Command: npx skills add https://github.com/Zpankz/mcp-skillset --skill xlsx-zpankz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually building and maintaining Excel workbooks often leads to template drift, inconsistent formatting, and formula errors that undermine reliability and speed.

Core Features & Use Cases

  • Preserve existing templates and format conventions while updating workbooks.
  • Create, edit, and analyze spreadsheets with clear separation of input assumptions and calculations using Excel formulas and Python tools (openpyxl and pandas).
  • Recalculate all formulas reliably using LibreOffice via the provided recalc workflow, ensuring error detection and consistency across sheets.
  • Suitable for financial models, dashboards, and data reports that require auditable documentation, consistent styling, and robust data handling.

Quick Start

Create or update an Excel workbook that preserves templates, applies formatting standards, and includes formulas ready for recalculation.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate Excel workbook creation while preserving existing templates?

You can automate Excel workbook creation while preserving templates by using openpyxl and pandas to update workbooks, maintaining consistent formatting conventions, and applying formulas ready for recalculation.

What is the best way to prevent formula errors when editing spreadsheets?

The best way to prevent formula errors when editing spreadsheets is to document hardcoded values, separate input assumptions from calculations, and use LibreOffice-based recalculation to detect inconsistencies across sheets.

Does this approach support building financial models and dashboards with openpyxl?

Yes, this approach supports building financial models and dashboards with openpyxl by applying formatting standards, ensuring zero formula errors, and providing auditable documentation for robust data handling.

How do I recalculate all Excel formulas reliably after updating a workbook?

You can recalculate all Excel formulas reliably after updating a workbook by utilizing the provided LibreOffice recalculation workflow, which ensures error detection and consistency across all sheets.

Can I separate input assumptions from calculations when creating data reports?

Yes, you can separate input assumptions from calculations when creating data reports by using Excel formulas alongside Python tools like pandas and openpyxl to maintain clear structural boundaries.

Why do my Excel spreadsheets suffer from template drift and inconsistent formatting?

Excel spreadsheets suffer from template drift and inconsistent formatting due to manual maintenance, which undermines reliability and speed, a problem solved by automating workbook edits and preserving format conventions.