xlsx

Create and edit Excel workbooks with openpyxl and pandas while preserving formulas.

1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/bilalmk/todo_correct --skill xlsx-bilalmk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/bilalmk/todo_correct/tree/main/.claude/skills/panaversity/xlsx
Command: npx skills add https://github.com/bilalmk/todo_correct --skill xlsx-bilalmk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Editing and computing across Excel workbooks is error-prone and time-consuming when formulas must be preserved and recalculated after data changes.

Core Features & Use Cases

  • Create new workbooks with formulas and consistent formatting.
  • Edit existing workbooks while preserving formulas and styles.
  • Recalculate formulas across all sheets using a reproducible LibreOffice-based workflow.
  • Analyze data and generate lightweight visualizations within Excel-compatible workflows.

Quick Start

Create a new workbook template, populate it with data, and run recalc.py to update formulas.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I edit existing Excel workbooks while preserving formulas and styles?

You can edit existing Excel workbooks while preserving formulas and styles by using openpyxl to modify cell values and formatting without destroying the underlying formula logic. This approach ensures templates remain intact during data updates.

What is the best way to automate Excel formula recalculation after changing data?

Automating Excel formula recalculation after data changes requires a reproducible workflow using a LibreOffice-based recalculation script. This method safely updates computed values across all sheets without manual intervention.

Can I use pandas for data analysis and generate visualizations in xlsx files?

Yes, you can use pandas for data analysis and generate lightweight visualizations within Excel-compatible workflows. This integration allows data analysts to build and audit Excel models programmatically.

Does openpyxl support creating new Excel workbooks with consistent formatting and formulas?

Yes, openpyxl supports creating new Excel workbooks with formulas and consistent formatting. This allows spreadsheet engineers to programmatically build templates and dashboards with standardized styling.

Why does Excel formula recalculation fail when automating workbook edits with pandas?

Excel formula recalculation often fails when automating edits because pandas writes static values instead of formulas. A reproducible LibreOffice-based recalculation workflow is needed to update formulas after data changes.