xlsx

Create and edit Excel spreadsheets with formulas and formatting.

103|30|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/CommandCodeAI/agent-skills --skill xlsx-commandcodeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/CommandCodeAI/agent-skills/tree/main/skills/document-skills/xlsx
Command: npx skills add https://github.com/CommandCodeAI/agent-skills --skill xlsx-commandcodeai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the tedious and error-prone task of creating, updating, and analyzing spreadsheets by enabling automated workflows for building new workbooks with formulas, preserving templates, and producing analysis-ready outputs.

Core Features & Use Cases

  • Automated workbook creation and editing with formulas and formatting
  • Preserve formulas when updating templates to maintain data integrity
  • Data analysis and visualization-ready outputs from spreadsheet data
  • Use Case: Build a monthly budget workbook that auto-calculates totals, trends, and variances as inputs change

Quick Start

Create a new Excel workbook with a basic revenue forecast using formulas, then update a template and verify automatic recalculation.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I automate spreadsheet creation and data analysis with formulas?

You can automate spreadsheet creation and data analysis by generating workbooks with built-in formulas and formatting. This Skill builds financial models, updates templates while preserving formulas, and outputs visualization-ready data.

How do I update Excel templates without breaking existing formulas?

Updating Excel templates without breaking formulas is handled automatically by the Skill. It modifies template data while preserving underlying formulas to maintain data integrity and ensure calculations remain intact.

Do I need LibreOffice to recalculate spreadsheet formulas automatically?

You need LibreOffice to recalculate spreadsheet formulas automatically via the provided recalc script. Standard Python tooling handles workbook creation and editing, but full recalculation capabilities require LibreOffice.

Can I build financial models that auto-calculate totals and variances in xlsx files?

Yes, you can build financial models in xlsx files that auto-calculate totals, trends, and variances. As input values change, the spreadsheet automatically updates calculations to reflect new outputs.

What is the best way to generate visualization-ready outputs from spreadsheet data?

The best way to generate visualization-ready outputs from spreadsheet data is using automated analysis workflows. The Skill processes raw spreadsheet inputs and structures them for immediate visualization and reporting.

Are there limitations when editing spreadsheets with standard Python tooling?

A limitation of editing spreadsheets with standard Python tooling is the lack of automatic formula recalculation. To verify calculated outputs and force recalculation, the provided LibreOffice recalc script is required.