document-xlsx

Create, edit, and analyze Excel workbooks with formulas and charts.

73|16|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill document-xlsx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-xlsx
Source: https://github.com/vasilyu1983/AI-Agents-public/tree/main/frameworks/claude-code-kit/framework/skills/document-xlsx
Command: npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill document-xlsx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Programmatic creation, analysis, and visualization of Excel spreadsheets.

Core Features & Use Cases

  • Create/format XLSX: Workbooks, sheets, styles, and charts.
  • Data analysis: Apply formulas, pivot tables, and visuals.
  • Automation: Data-driven report generation.

Quick Start

Build a sales report workbook with charts from a data source.

Frequently Asked Questions about document-xlsx

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

FAQPage Schema
How do I automate Excel report generation from data sources?

Automate Excel report generation by programmatically creating workbooks, populating data, applying formulas, and adding charts using exceljs (Node.js) or openpyxl/pandas (Python). This eliminates manual spreadsheet updates and ensures consistent formatting across recurring reports.

Can I create pivot tables and charts programmatically in xlsx files?

Yes, you can create pivot tables, charts, and conditional formatting programmatically in xlsx files using exceljs, openpyxl, and pandas. These libraries support styling, data validation, and multi-sheet workbooks for automated data visualization and analysis.

What's the best way to extract and transform data from Excel spreadsheets?

Extract and transform Excel data using openpyxl or pandas to read cell values, apply formulas, and restructure datasets. Pandas excels at aggregation and analysis, while openpyxl gives fine-grained control over formatting and cell-level operations.

Does this support cross-library interoperability for xlsx workbooks?

Yes, the Skill supports cross-library interoperability across exceljs, openpyxl, pandas, and SheetJS, allowing you to read and write xlsx files consistently regardless of your Node.js or Python environment.

Can I apply conditional formatting and data validation to automated Excel workflows?

Yes, you can apply conditional formatting, data validation, and styling rules programmatically to enforce data integrity and improve readability in automated Excel workflows across Node.js and Python libraries.