xlsx

Create and edit Excel files with openpyxl and pandas.

Updated May 4, 2026
One-click install
npx skills add https://github.com/ABOAO/Skill --skill xlsx-aboao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/ABOAO/Skill/tree/main/xlsx
Command: npx skills add https://github.com/ABOAO/Skill --skill xlsx-aboao

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, editing, and analysis of Excel files, ensuring accurate calculations, formatting, and data handling, saving professionals significant time and reducing errors.

Core Features & Use Cases

  • Data Analysis: Utilize pandas for powerful data manipulation and visualization.
  • Excel File Creation: Generate new Excel files from scratch or based on existing data sources.
  • File Conversion: Convert between various tabular file formats.
  • Use Case: Imagine you have a large CSV file containing financial data. Use this Skill to read the file, compute financial ratios, and generate a formatted Excel report with charts and tables.

Quick Start

Create a new Excel file from the provided CSV data: 'financial_data.csv' -> 'financial_report.xlsx'.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I convert a CSV file to a formatted Excel report with charts?

To convert a CSV file to an Excel report, pandas reads the financial data to compute ratios, and openpyxl generates the formatted xlsx file with tables and charts.

Can pandas and openpyxl handle financial modeling and data analysis in Excel?

Yes, pandas provides robust data manipulation for financial modeling, while openpyxl handles Excel data manipulation and formatting to ensure precise corporate data analysis.

Do I need LibreOffice to recalculate formulas in an Excel spreadsheet?

Yes, LibreOffice is required specifically for formula recalculation within the Excel spreadsheet, complementing openpyxl which handles the underlying data manipulation and formatting operations.

What is the best way to automate spreadsheet management and file conversion?

Automating spreadsheet management and file conversion is best handled by using openpyxl for data manipulation and pandas for converting between various tabular file formats efficiently.

Does this approach support creating Excel files from scratch for data visualization?

Yes, you can create new Excel files from scratch or existing data sources, utilizing openpyxl for formatting and pandas to drive the underlying data visualization and analysis.