xlsx

Create, edit, and analyze Excel workbooks with formulas and formatting.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/GongXLiang/plot-study --skill xlsx-gongxliang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/GongXLiang/plot-study/tree/main/.claude/plugins/cache/claude-scientific-writer/claude-scientific-writer/2f80d2aed0e6/.claude/skills/document-skills/xlsx
Command: npx skills add https://github.com/GongXLiang/plot-study --skill xlsx-gongxliang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline the creation, editing, and analysis of Excel workbooks by preserving formulas, formatting, and enabling reliable recalculation across updates.

Core Features & Use Cases

  • Create, edit, and analyze Excel workbooks with formulas, formatting, and data analysis.
  • Recalculate all formulas using LibreOffice via the recalc.py script to ensure accuracy across sheets and versions.
  • Use pandas/openpyxl for data workflows, multi-sheet handling, and integration with visualization pipelines.

Quick Start

Open an Excel file, modify data or formulas, and run recalc.py to update all formulas.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate Excel workflows while preserving formulas and formatting?

To automate Excel workflows while preserving formulas and formatting, use openpyxl and pandas to edit workbooks programmatically. This approach ensures data-driven integrity and dynamic formula retention across finance, operations, and reporting tasks.

What is the best way to recalculate formulas in an Excel workbook programmatically?

The best way to recalculate Excel formulas programmatically is by running the recalc.py script, which uses LibreOffice to update all formulas. This ensures accurate, reproducible recalculation across sheets and versions without opening the application.

Can I use pandas and openpyxl for multi-sheet data analysis and visualization?

Yes, you can use pandas and openpyxl for multi-sheet data analysis and visualization. They handle heavy data workflows and integrate with visualization pipelines to create, edit, and analyze Excel workbooks with formatting.

Does openpyxl support dynamic formula updates across multiple sheets?

openpyxl supports creating and editing formulas across multiple sheets, but dynamic updates require LibreOffice-based recalculation via recalc.py. This combination maintains workbook integrity and ensures accurate formula results across versions.

How do I create Excel reports with data visualization from Python?

To create Excel reports with data visualization from Python, use pandas for data workflows and openpyxl for workbook formatting. This integration applies to data-heavy workflows across finance and operations, enabling reproducible reporting.

When do I need LibreOffice for Excel data analysis?

You need LibreOffice for Excel data analysis when reliable, reproducible recalculation of formulas is required across updates. The recalc.py script leverages LibreOffice to ensure accuracy across sheets and versions in data-heavy workflows.