xlsx

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

Updated Jun 26, 2022
One-click install
npx skills add https://github.com/xlsama/use --skill xlsx-xlsama
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/xlsama/use/tree/main/config/agents/skills/xlsx
Command: npx skills add https://github.com/xlsama/use --skill xlsx-xlsama

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates the creation, editing, and analysis of spreadsheet files, eliminating manual data manipulation and complex formula creation.

Core Features & Use Cases

  • Data Analysis: Use pandas for powerful data manipulation, analysis, and visualization of Excel data.
  • Formula Creation & Formatting: Leverage openpyxl for complex formatting, formula implementation, and cell manipulation.
  • Formula Recalculation & Error Checking: Ensure accuracy and integrity with LibreOffice-driven formula recalculation and error detection via scripts/recalc.py.
  • Use Case: Automatically generate a financial projection model in Excel, complete with industry-standard formatting, formulas, and error checks, based on provided assumptions.

Quick Start

Use the xlsx skill to read the data from the attached file 'sales_data.xlsx' and display the first five rows.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate Excel formula creation and formatting in xlsx files?

You can automate Excel formula creation and formatting in xlsx files using openpyxl to implement complex cell manipulation, formulas, and styling without manual spreadsheet editing.

What is the best way to clean and analyze messy spreadsheet data?

The best way to clean and analyze messy spreadsheet data is using pandas within this automation workflow, enabling powerful data manipulation, filtering, and visualization for csv and tsv formats.

How do I recalculate formulas and check for errors in an automated Excel workflow?

You can recalculate formulas and check for errors in an automated Excel workflow by running validation through LibreOffice, ensuring formula accuracy and data integrity for generated spreadsheets.

Does this approach support converting between different tabular file formats?

Yes, this approach supports converting between different tabular file formats like csv, tsv, xlsm, and xlsx by leveraging Python libraries to read, transform, and export spreadsheet data.

Can I use Python to generate a complete financial projection model in Excel?

Yes, you can use Python to generate a financial projection model in Excel complete with industry-standard formatting, formulas, and error checks based on provided data assumptions.