xlsx

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

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/christhz666/centro-diagnostico-v11 --skill xlsx-christhz666
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/christhz666/centro-diagnostico-v11/tree/main/.skills/xlsx
Command: npx skills add https://github.com/christhz666/centro-diagnostico-v11 --skill xlsx-christhz666

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive management of Excel files, allowing users to create, edit, and analyze .xlsx, .xlsm, .csv, or .tsv files efficiently.

Core Features & Use Cases

  • Excel File Creation & Editing: Create new spreadsheets, modify existing ones, and perform various operations on tables and data.
  • Data Analysis: Analyze data using pandas and visualize it in Excel.
  • Use Case: A user has a large dataset in CSV format that they want to analyze and visualize in an Excel spreadsheet. This Skill can help by automatically transforming the CSV into an Excel format with necessary calculations and visualizations.

Quick Start

Use the xlsx skill to create a new Excel file named 'budget.xlsx' from the provided CSV file 'budget.csv'.

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 an Excel xlsx format with Python?▼

To convert a CSV file to an Excel xlsx format, use pandas to read the CSV data and openpyxl to write it into a formatted spreadsheet. This process automatically transforms tabular data into a structured Excel file with necessary calculations.

Can I analyze a large dataset and add visualizations directly in an Excel spreadsheet?▼

Yes, you can analyze large datasets and add visualizations in an Excel spreadsheet by using pandas for data processing. The Skill integrates pandas calculations directly into Excel files, enabling automated data visualization and analysis within the spreadsheet.

Does Excel formula recalculation require LibreOffice when editing xlsx files?▼

Yes, Excel formula recalculation requires LibreOffice when editing xlsx files. The Skill uses LibreOffice alongside pandas and openpyxl to accurately process and recalculate formulas embedded in your Excel spreadsheets.

What file formats can I edit and analyze using pandas and openpyxl?▼

You can edit and analyze xlsx, xlsm, csv, and tsv file formats using pandas and openpyxl. This allows comprehensive management of various tabular data files, including creating new spreadsheets and modifying existing tables.

Why use Python with LibreOffice for Excel data analysis instead of standard spreadsheet software?▼

Using Python with LibreOffice for Excel data analysis automates repetitive spreadsheet tasks and handles large datasets efficiently. This approach leverages pandas for advanced calculations and LibreOffice for formula recalculation, providing programmatic data manipulation.

Are there limitations when modifying xlsm files with openpyxl?▼

When modifying xlsm files with openpyxl, formula recalculation depends on LibreOffice. While openpyxl handles file editing and data manipulation, LibreOffice is required to recalculate formulas and ensure accurate results within the macro-enabled spreadsheets.