xlsx

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

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/STAR03-byte/SmartMeeting --skill xlsx-star03-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/STAR03-byte/SmartMeeting/tree/main/skills-main/skills/xlsx
Command: npx skills add https://github.com/STAR03-byte/SmartMeeting --skill xlsx-star03-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill empowers users to effortlessly create, edit, and analyze spreadsheet files, transforming raw data into actionable insights and professional deliverables.

Core Features & Use Cases

  • Data Manipulation: Add columns, compute formulas, format data, and clean messy datasets.
  • Spreadsheet Creation: Generate new Excel files from scratch or existing data sources.
  • Format Conversion: Seamlessly convert between various tabular file formats.
  • Use Case: A user needs to analyze sales data from a CSV file, calculate quarterly growth rates, and present the findings in a formatted Excel report with charts.

Quick Start

Use the xlsx skill to read the data from the file named 'sales_data.xlsx' and calculate the sum of the 'Revenue' column.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate Excel data cleaning and formatting?

Automate Excel data cleaning and formatting by using Python libraries like pandas and openpyxl to process raw spreadsheet files. This approach handles tasks such as adding columns, computing formulas, and cleaning messy tabular data while ensuring professional formatting standards.

Can I convert CSV files to formatted Excel reports with charts?

Yes, you can convert CSV files to formatted Excel reports with charts. The process reads raw tabular data, calculates metrics like quarterly growth rates, applies professional formatting rules, and generates visual charts within the final Excel deliverable.

Does openpyxl support financial model formatting and zero formula errors?

Openpyxl supports financial model formatting by applying specific color-coding and number formatting rules. It helps ensure Excel deliverables have zero formula errors, but requires LibreOffice for formula recalculation via a script to validate the computed results.

What is the best way to edit existing .xlsx or .xlsm spreadsheet files?

The best way to edit existing .xlsx or .xlsm spreadsheet files is using Python libraries like pandas and openpyxl. This method automates adding columns, computing formulas, and formatting data while maintaining professional standards across various tabular file formats.

How do I handle messy tabular data in TSV or CSV format for analysis?

Handle messy tabular data in TSV or CSV format by applying automated data cleaning techniques with pandas. This process transforms raw, unstructured tabular data into clean datasets ready for analysis and conversion into professional Excel deliverables.

Why do I need LibreOffice for Excel formula recalculation?

You need LibreOffice for Excel formula recalculation to ensure computed formulas yield zero errors in the final deliverable. It runs a specific recalculation script to validate and update formula results, guaranteeing accurate values within your generated spreadsheet files.