xlsx

Create and edit Excel spreadsheets with formulas, pandas analysis, and openpyxl.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Tai-ch0802/skills-bundle --skill xlsx-tai-ch0802
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/Tai-ch0802/skills-bundle/tree/main/.agent/skills/xlsx
Command: npx skills add https://github.com/Tai-ch0802/skills-bundle --skill xlsx-tai-ch0802

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, openpyxl, python-docx, python-pptx, lxml, defusedxml, PyYAML, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation, editing, and analysis of spreadsheet files, ensuring accuracy, professional formatting, and dynamic formula usage.

Core Features & Use Cases

  • Formula Integrity: Guarantees zero formula errors and promotes the use of Excel formulas over hardcoded values.
  • Data Analysis: Leverages pandas for powerful data manipulation and analysis.
  • Formatting Standards: Enforces professional font choices, color-coding for financial models, and precise number formatting.
  • Use Case: Automatically create a financial projection model in Excel, ensuring all assumptions are clearly marked, formulas are correctly implemented, and industry-standard color coding is applied.

Quick Start

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

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate creating an Excel financial model with formulas instead of hardcoded values?

Automating Excel financial models with formulas instead of hardcoded values ensures dynamic calculations. This Skill uses openpyxl to generate spreadsheets, enforcing formula integrity and professional color-coding for financial projections.

Can I use pandas for data analysis and export the results to a formatted spreadsheet?

Yes, you can use pandas for data analysis and export results to a formatted spreadsheet. This Skill leverages pandas for data manipulation and writes the output to Excel files, enforcing professional fonts and precise number formatting.

Does openpyxl support recalculating Excel formulas after automated editing?

openpyxl supports writing Excel formulas but relies on LibreOffice for recalculation to ensure formula verification. This Skill handles common Excel file workflows by integrating tools to validate and recalculate formulas automatically.

What is the best way to ensure zero formula errors when generating spreadsheet files?

The best way to ensure zero formula errors when generating spreadsheet files is to enforce formula integrity over hardcoded values. This Skill automates creation while validating formulas through openpyxl and LibreOffice recalculation.

How do I apply professional formatting and color-coding to an Excel spreadsheet via Python?

Applying professional formatting and color-coding to an Excel spreadsheet via Python enforces industry-standard presentation. This Skill uses openpyxl to apply precise number formatting, professional fonts, and color-coding for financial models.

Why does my automated Excel file show stale data until I manually open it?

Automated Excel files show stale data because formula calculations are cached. This Skill prevents stale data by utilizing LibreOffice for recalculation, ensuring formula verification and accurate values before the file is delivered.