xlsx

Automates creation, editing, and analysis of spreadsheet files using Python libraries.

269|67|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/PM-Shawn/Abu-Cowork --skill xlsx-pm-shawn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/PM-Shawn/Abu-Cowork/tree/main/builtin-skills/xlsx
Command: npx skills add https://github.com/PM-Shawn/Abu-Cowork --skill xlsx-pm-shawn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, editing, and analysis of spreadsheet files, eliminating manual data manipulation and complex formula creation.

Core Features & Use Cases

  • Data Analysis & Manipulation: Use pandas for powerful data analysis, visualization, and bulk operations on Excel files.
  • Formula & Formatting: Employ openpyxl for complex formatting, formula insertion, and Excel-specific features.
  • Formula Recalculation & Verification: Ensure formula accuracy and integrity using the scripts/recalc.py tool, which integrates with LibreOffice.
  • Use Case: Automatically generate a financial projection spreadsheet from raw data, including complex formulas, industry-standard color coding, and number formatting, ensuring zero formula errors.

Quick Start

Use the xlsx skill to create a new Excel file named 'sales_report.xlsx' with columns 'Date', 'Product', and 'Revenue', and populate it with the provided sales 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 spreadsheet creation and formatting?

To automate Excel spreadsheet creation and formatting, use this Skill to leverage pandas for data analysis and openpyxl for formula insertion and formatting, eliminating manual data manipulation and complex formula creation.

Can I recalculate and verify Excel formulas without opening Excel?

Yes, you can recalculate and verify Excel formulas without opening Excel by using a Python script that integrates with LibreOffice. This ensures formula accuracy, checks for errors, and confirms zero formula errors in your spreadsheets.

Does pandas work with .xlsx and .xlsm files for data analysis?

Yes, pandas works with .xlsx and .xlsm files for data analysis. This Skill uses pandas combined with openpyxl to handle data manipulation, bulk operations, and analysis on Excel files, including .csv and .tsv formats.

What's the best way to apply financial model color coding in Excel?

The best way to apply financial model color coding in Excel is by using openpyxl within Python to automate industry-standard color rules and number formatting. This ensures professional formatting and consistency across financial projection spreadsheets.

How do I preserve existing Excel templates when inserting new formulas?

To preserve existing Excel templates when inserting new formulas, use openpyxl to edit the file while maintaining its original structure. The Skill ensures existing templates are preserved while adding complex formulas and professional formatting.

Can I generate a financial projection spreadsheet from raw data automatically?

Yes, you can generate a financial projection spreadsheet from raw data automatically. The Skill constructs complex formulas, applies industry-standard color coding, and ensures zero formula errors by verifying accuracy through recalculation scripts.