xlsx

Process and format spreadsheet data using pandas and openpyxl.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/eniosales08-AI/paraguay-shopping-search --skill xlsx-eniosales08-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/eniosales08-AI/paraguay-shopping-search/tree/main/.cursor/skills/xlsx
Command: npx skills add https://github.com/eniosales08-AI/paraguay-shopping-search --skill xlsx-eniosales08-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill eliminates the tedious manual work of spreadsheet tasks by automating open, read, edit, fix, formatting, formula computation, charting, and data cleaning across common spreadsheet formats (.xlsx, .xlsm, .csv, .tsv). It helps convert messy data into well-structured spreadsheets ready for analysis or reporting.

Core Features & Use Cases

  • Open, edit, and fix existing spreadsheet files (xlsx, xlsm, csv, tsv) including adding columns, applying formulas, formatting, and charting.
  • Create new spreadsheets from scratch or by combining data from other sources, then export as a spreadsheet deliverable.
  • Convert between tabular formats (e.g., CSV to XLSX) and clean/restructure messy data into proper spreadsheets.
  • Use case example: clean a messy CSV, compute totals in a new column, and export a polished XLSX ready for distribution.

Quick Start

Open a dataset or spreadsheet and request the AI to produce a polished workbook with the requested edits and formulas.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate spreadsheet data cleaning and formula computation in xlsx files?

You can automate spreadsheet data cleaning and formula computation by using this skill to apply pandas and openpyxl with a deterministic recalculation workflow, ensuring reproducible results and zero formula errors across xlsx, xlsm, csv, and tsv files.

What is the best way to convert a messy CSV into a formatted xlsx workbook with computed columns?

The best way to convert a messy CSV into a formatted xlsx is to use this skill to clean and restructure the data, compute totals in new columns, and export a polished spreadsheet ready for distribution.

Can I edit existing xlsm files and add charts without breaking formulas?

Yes, you can edit existing xlsm files by adding columns, applying formulas, and charting without breaking existing formulas, because the skill uses a deterministic recalculation script to ensure zero formula errors.

Do I need pandas and openpyxl installed to automate spreadsheet tasks end-to-end?

You need pandas and openpyxl available in your environment to automate spreadsheet tasks end-to-end, as the skill relies on these dependencies alongside defusedxml and lxml for processing and formatting tabular data.

How does the deterministic recalculation workflow prevent formula errors in spreadsheet automation?

The deterministic recalculation workflow prevents formula errors by running a dedicated script that systematically recalculates formulas during spreadsheet processing, ensuring reproducible results across all xlsx and xlsm outputs.

Are there limitations when using openpyxl for spreadsheet automation on large csv files?

While openpyxl handles spreadsheet formatting and formulas, users processing exceptionally large csv files may encounter performance limits inherent to openpyxl, though pandas integration helps manage data cleaning at scale.