xlsx

Create and edit .xlsx files with pandas and openpyxl.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/huhuimike85/aizc --skill xlsx-huhuimike85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/huhuimike85/aizc/tree/main/references/frontend-v2/.claude/skills/xlsx
Command: npx skills add https://github.com/huhuimike85/aizc --skill xlsx-huhuimike85

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, openpyxl, libreoffice, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers users to create, edit, and analyze spreadsheet data efficiently, handling complex formulas, formatting, and data manipulation tasks.

Core Features & Use Cases

  • Spreadsheet Creation & Editing: Generate new .xlsx files or modify existing ones with data, formulas, and formatting.
  • Data Analysis & Visualization: Utilize pandas for in-depth data analysis and prepare data for visualization.
  • Formula Recalculation & Verification: Ensure formula accuracy and integrity using a dedicated recalculation script.
  • Use Case: Automatically generate a financial projection model in Excel, including complex formulas and specific formatting, based on provided assumptions.

Quick Start

Use the xlsx skill to create a new spreadsheet named 'sales_report.xlsx' with columns for 'Date', 'Product', and 'Revenue', and populate it with the provided data.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate Excel formula recalculation and verification in Python?

Automate Excel formula recalculation by using openpyxl for manipulation and LibreOffice to verify and execute formula accuracy. This ensures complex formula integrity for financial modeling and data reporting workflows without manual checks.

Can I use pandas to create and edit spreadsheet files for financial modeling?

Yes, use pandas for data manipulation and analysis alongside openpyxl to create and edit .xlsx spreadsheet files. This combination applies directly to financial modeling, data reporting, and business analysis workflows efficiently.

What's the best way to generate a financial projection model in Excel automatically?

Generate a financial projection model by automating spreadsheet creation with data, complex formulas, and specific formatting. Apply pandas for data operations and openpyxl for Excel file manipulation to build the model from provided assumptions.

Does LibreOffice work with openpyxl for spreadsheet formula calculation?

Yes, LibreOffice works with openpyxl to handle spreadsheet formula recalculation and verification. While openpyxl manages Excel file manipulation, LibreOffice ensures accurate formula calculation and integrity verification for complex spreadsheets.

Why does my Excel formula not update when editing spreadsheets with openpyxl?

Excel formulas edited with openpyxl may not update automatically because openpyxl writes formulas without calculating them. Use LibreOffice to trigger formula recalculation and verify accuracy, ensuring proper formula integrity in your spreadsheet files.

Do I need pandas and openpyxl to automate spreadsheet data reporting workflows?

Yes, pandas and openpyxl are required dependencies for spreadsheet automation. Pandas handles data analysis and manipulation operations, while openpyxl manages Excel file creation and editing for data reporting and business analysis workflows.