xlsx

Create, edit, and analyze Excel files using pandas and openpyxl.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/yukieiji/extremeroles.webui --skill xlsx-yukieiji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/yukieiji/extremeroles.webui/tree/main/.gemini/skills/xlsx
Command: npx skills add https://github.com/yukieiji/extremeroles.webui --skill xlsx-yukieiji

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, editing, and analysis of Excel files, ensuring accuracy and efficiency in spreadsheet management.

Core Features & Use Cases

  • Excel File Creation: Generate new spreadsheets from scratch or from other data sources.
  • Data Analysis: Perform data analysis, visualization, and basic operations using pandas and openpyxl.
  • Use Case: Imagine you have a financial model in Excel that you need to update with new data. Use this Skill to automatically open the file, perform calculations, and save the updated file.

Quick Start

Use the xlsx skill to create a new Excel file named 'budget.xlsx' with the following data: 'Category: Income, Value: 10000', 'Category: Expenses, Value: -5000'.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate Excel file creation and editing using Python?

Automating Excel file creation and editing uses Python's pandas and openpyxl libraries to generate, read, and modify spreadsheets with precision. This approach handles .xlsx, .xlsm, .csv, and .tsv files for data restructuring and spreadsheet management.

Can pandas and openpyxl open and fix corrupted spreadsheet files?

Pandas and openpyxl can open, read, and fix spreadsheet files by programmatically restructuring the data. This automates the recovery of .xlsx and .xlsm files, ensuring accuracy when handling broken financial models or misaligned CSV exports.

Does Excel formula recalculation require any additional software setup?

Excel formula recalculation requires LibreOffice to be installed in your environment. While pandas and openpyxl handle reading and writing data, LibreOffice processes the underlying formulas to ensure calculated values update correctly.

What is the best way to analyze spreadsheet data without opening Excel?

Analyzing spreadsheet data without opening Excel is best achieved by using Python's pandas library to perform operations and visualizations. This method directly reads .xlsx, .csv, and .tsv files to execute data analysis and restructuring tasks efficiently.

How do I convert CSV or TSV files into formatted Excel spreadsheets?

Converting CSV or TSV files into formatted Excel spreadsheets involves using openpyxl and pandas to read the raw data and write it into a new .xlsx file. This process automates the creation of structured workbooks from delimited text sources.

Why does my spreadsheet data analysis fail when handling large files?

Spreadsheet data analysis can fail with large files due to memory constraints when loading data into pandas. Processing limitations arise because both pandas and openpyxl load data into memory, requiring optimized data restructuring techniques for heavy workloads.