xlsx

Create, edit, and analyze spreadsheet files with formulas and pandas.

80|4|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/zhu1090093659/CodeConductor --skill xlsx-zhu1090093659
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/zhu1090093659/CodeConductor/tree/main/skills/xlsx
Command: npx skills add https://github.com/zhu1090093659/CodeConductor --skill xlsx-zhu1090093659

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, modification, and analysis of spreadsheet files, automating complex data manipulation and ensuring formula integrity.

Core Features & Use Cases

  • Spreadsheet Creation & Editing: Generate new .xlsx files or modify existing ones with data, formulas, and formatting using Python.
  • Data Analysis: Leverage pandas for powerful data manipulation and analysis directly from Excel files.
  • Formula Recalculation & Verification: Ensure all formulas are correctly calculated and error-free using LibreOffice via a dedicated script.
  • Use Case: Automatically generate a monthly sales report by pulling data from multiple sources, applying financial formulas, formatting it according to industry standards, and verifying all calculations.

Quick Start

Use the xlsx skill to create a new spreadsheet named 'sales_report.xlsx' with columns for 'Date', 'Revenue', and 'Profit', and add a formula to calculate profit as revenue minus cost.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate Excel spreadsheet creation and data analysis with pandas?

To automate spreadsheet creation and data analysis, this Skill uses pandas to manipulate data and openpyxl to generate formatted .xlsx files. It directly processes data extracted from Excel files to streamline reporting workflows.

What is the best way to recalculate and verify Excel formulas without opening the file?

The best way to recalculate and verify Excel formulas without opening the file is using LibreOffice. This Skill runs a dedicated script via LibreOffice to ensure all formulas are correctly calculated and error-free, maintaining spreadsheet integrity.

Can I use openpyxl to edit existing .xlsm and .csv files with formulas?

Yes, you can edit existing .xlsm and .csv files with formulas using openpyxl. The Skill supports modifying these spreadsheet formats by applying strict formatting and formula construction rules to ensure data integrity.

Does LibreOffice work with pandas for spreadsheet formula error checking?

LibreOffice works alongside pandas for spreadsheet formula error checking by handling robust recalculation while pandas manages data manipulation. This combination ensures all formulas within your .xlsx or .xlsm files are verified and error-free.

Why does my spreadsheet formula return an error after editing with openpyxl?

Your spreadsheet formula returns an error after editing with openpyxl due to violated formatting or construction rules. This Skill prevents such errors by enforcing strict formula creation standards and verifying calculations through LibreOffice.

Do I need LibreOffice installed to calculate formulas in xlsx files?

You need LibreOffice installed to calculate formulas in xlsx files because it provides the robust recalculation engine required for error checking. The Skill relies on LibreOffice to verify calculations alongside openpyxl and pandas for data manipulation.