xlsx

Automate Excel workbook creation, editing, and analysis with Python.

5|3|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/RonaldJEN/OpenCapyBox --skill xlsx-ronaldjen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/RonaldJEN/OpenCapyBox/tree/main/src/agent/skills/xlsx
Command: npx skills add https://github.com/RonaldJEN/OpenCapyBox --skill xlsx-ronaldjen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates spreadsheet creation, editing, and analysis in Excel workbooks.

Core Features & Use Cases

  • Create new spreadsheets with formulas and formatting
  • Read, analyze, and visualize data within spreadsheets
  • Update templates while preserving formulas and data integrity
  • Recalculate formulas across all sheets to validate results

Quick Start

Create a new Excel workbook from a template and verify all formulas recalculate correctly.

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 editing while preserving existing formulas?

To automate Excel workbook editing while preserving formulas, this solution updates templates using openpyxl and pandas, ensuring data integrity is maintained without overwriting your existing spreadsheet logic.

Can pandas and openpyxl create new spreadsheets with formulas and formatting?

Yes, pandas and openpyxl can create new spreadsheets with formulas and formatting. The process builds structured workbooks from scratch, applying calculated cells and visual styling directly through Python scripts.

What is the best way to recalculate formulas across all sheets in an Excel workbook?

The best way to recalculate formulas across all sheets is using recalc.py, which performs LibreOffice-based formula recalculation and validation to ensure all computed results are accurate and up to date.

Does this spreadsheet automation approach work with existing Excel templates?

Yes, this spreadsheet automation approach works with existing Excel templates. It reads, analyzes, and modifies xlsx files directly, allowing you to update template data while keeping the original formulas intact.

How do I read and analyze data within an Excel spreadsheet using Python?

You can read and analyze data within an Excel spreadsheet using Python by leveraging pandas for data extraction and openpyxl for workbook manipulation, enabling automated data visualization and analysis pipelines.