xlsx-manipulation

Create and edit .xlsx spreadsheets with formulas, formatting, and charts.

368|75|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/claude-office-skills/skills --skill xlsx-manipulation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx-manipulation
Source: https://github.com/claude-office-skills/skills/tree/main/xlsx-manipulation
Command: npx skills add https://github.com/claude-office-skills/skills --skill xlsx-manipulation

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation, editing, and manipulation of Excel spreadsheets, eliminating manual data entry and formatting tasks.

Core Features & Use Cases

  • Programmatic Spreadsheet Creation: Generate new .xlsx files with data, formulas, and formatting.
  • Data Manipulation: Modify existing spreadsheets, apply conditional formatting, and create charts.
  • Use Case: Automatically generate a monthly sales report spreadsheet with calculated totals and charts based on raw data.

Quick Start

Use the xlsx-manipulation skill to create a new spreadsheet named 'budget_2024.xlsx' with predefined headers and data.

Frequently Asked Questions about xlsx-manipulation

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

FAQPage Schema
How do I automate Excel spreadsheet creation and formatting?

Yes, you can edit existing .xlsx files using openpyxl to modify data, apply conditional formatting, and insert charts. This allows for programmatic manipulation of spreadsheets without manual formatting.

What is the best way to generate a sales report spreadsheet from raw data?

Yes, you can import data from CSV files and manipulate it within an .xlsx spreadsheet. This enables automated data transformation and formatting for reporting workflows.

Can I add formulas and charts to an .xlsx file programmatically?

Yes, you can apply data validation and conditional formatting to spreadsheets programmatically. This ensures data integrity and highlights trends automatically within the .xlsx file.

Does openpyxl support data validation in Excel spreadsheets?

To create a budget tracker spreadsheet, programmatically define headers and data in a new .xlsx file using openpyxl. This automates the setup of financial tracking structures.