xlsx

Create, edit, and analyze Excel spreadsheets with openpyxl and pandas.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/ZiyaoMou/industrial-skilled-agent --skill xlsx-ziyaomou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/ZiyaoMou/industrial-skilled-agent/tree/main/mini_agent/skills/document-skills/xlsx
Command: npx skills add https://github.com/ZiyaoMou/industrial-skilled-agent --skill xlsx-ziyaomou

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the creation, editing, and analysis of Excel spreadsheets, streamlining workflows for data management and financial modeling.

Core Features & Use Cases

  • Spreadsheet Creation: Build new spreadsheets with formulas and formatting.
  • Data Analysis: Read and analyze data, modify existing spreadsheets, and visualize data.
  • Use Case: If you need to create a financial model for a new project, this Skill can help you set up the structure, populate it with data, and perform calculations.

Quick Start

Use the xlsx skill to create a new spreadsheet with a simple formula: "Add 100 to each cell in column A."

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 using Python?

You can automate Excel spreadsheet creation and data analysis using Python by leveraging libraries like pandas and openpyxl to programmatically generate files, apply formulas, and manipulate data structures.

Can I use pandas to read and modify existing Excel spreadsheets?

Yes, you can use pandas to read and modify existing Excel spreadsheets. The library handles data manipulation tasks effectively, allowing you to load workbook data, transform it, and update the spreadsheet cells.

Does openpyxl support formula recalculation and formatting for financial modeling?

Yes, openpyxl supports formula recalculation and formatting for financial modeling. It enables you to build complex spreadsheet structures, populate them with data, and execute calculations programmatically.

What is the best way to set up a financial model in an Excel spreadsheet?

The best way to set up a financial model in an Excel spreadsheet is to use Python libraries to define the structure, populate it with your initial data, and apply formulas for automatic calculations and formatting.

Do I need Python to perform spreadsheet automation and edit Excel files?

Yes, you need Python to perform this type of spreadsheet automation. The workflow relies on openpyxl and pandas libraries to execute file operations, data manipulation, and formula recalculation.