xlsx

Create, read, edit, and visualize Excel .xlsx spreadsheets with Python.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill xlsx-vyre-studios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/VYRE-Studios/Windows-Agentic-Framework/tree/main/skills/claude-code/xlsx
Command: npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill xlsx-vyre-studios

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Excel files manually is time‑consuming and error‑prone; this Skill automates creation, reading, editing, formula handling, and chart generation for .xlsx spreadsheets.

Core Features & Use Cases

  • Create new workbooks with styled headers, auto‑sized columns, and formulas.
  • Read and analyze spreadsheets using Python or pandas for data insights.
  • Edit existing files to update cells, add columns, and embed calculations.
  • Generate charts such as bar charts directly within the workbook.
  • Handle multiple worksheets and convert CSV data to Excel format.

Quick Start

Ask the skill to create a new spreadsheet with sample data and save it as output.xlsx.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I create Excel files with Python and add charts directly into the spreadsheet?

You can create Excel files with Python by programmatically generating workbooks with styled headers, formulas, and embedded bar charts. This approach automates data entry and reporting directly within .xlsx files.

What's the best way to edit existing Excel spreadsheets without losing formulas and formatting?

Editing existing Excel spreadsheets programmatically allows you to update cells, add columns, and embed calculations while preserving formulas and formatting. This method replaces manual edits to avoid errors.

Can I read and analyze Excel data using pandas for multiple worksheets?

Yes, you can read and analyze Excel data across single or multiple worksheets using pandas. This enables efficient data extraction and programmatic insights without manual spreadsheet processing.

Do I need Python with openpyxl and pandas to automate Excel file generation?

Yes, automating Excel file generation requires Python with openpyxl and pandas libraries. These dependencies handle file I/O, formula evaluation, and chart visualization for .xlsx spreadsheets.

How do I convert CSV data to Excel format and manage multiple worksheets?

You can convert CSV data to Excel format by reading the CSV and writing it into a new .xlsx workbook. This process supports handling multiple worksheets and applying auto-sized columns.