xlsx

Create and edit Excel spreadsheets with pandas and openpyxl.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/EATSTEAK/dotagents --skill xlsx-eatsteak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/EATSTEAK/dotagents/tree/main/skills/xlsx
Command: npx skills add https://github.com/EATSTEAK/dotagents --skill xlsx-eatsteak

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, editing, and analysis of spreadsheet files, eliminating manual formula errors and formatting inconsistencies.

Core Features & Use Cases

  • Formula Creation & Correction: Generates Excel formulas instead of hardcoding values, ensuring dynamic and updateable spreadsheets.
  • Data Analysis & Formatting: Utilizes pandas for data manipulation and openpyxl for complex formatting and formula application.
  • Use Case: Automatically create a financial model with industry-standard color coding and number formatting, ensuring zero formula errors and providing clear documentation for assumptions.

Quick Start

Use the xlsx skill to create a new spreadsheet named 'sales_report.xlsx' with columns for 'Date', 'Product', and 'Revenue'.

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 without hardcoding values?

Automate Excel formula creation by generating dynamic formulas instead of hardcoded values. This approach uses pandas and openpyxl to ensure spreadsheets remain updateable, eliminating manual formula errors and formatting inconsistencies.

Can I build financial models in Excel with automated formatting?

Build financial models in Excel with automated industry-standard color coding and number formatting. The process ensures zero formula errors and provides clear documentation for assumptions using robust data manipulation libraries.

Do I need LibreOffice to recalculate Excel formulas generated via openpyxl?

LibreOffice is required to recalculate Excel formulas via a dedicated script. While openpyxl handles formula generation and formatting, LibreOffice processes the recalculation to ensure formula results are accurate.

What's the best way to restructure spreadsheet data for analysis?

Restructure spreadsheet data for analysis using pandas for data manipulation and openpyxl for formula application. This combination automates data restructuring, ensuring professional formatting standards and zero formula errors.

Does pandas work with openpyxl for editing Excel files?

Pandas works seamlessly with openpyxl for editing Excel files. Pandas handles data manipulation and analysis, while openpyxl manages complex formatting and formula application, ensuring robust spreadsheet modifications.