xlsx

Community

Automate Excel: formulas, data, and dynamic reports.

Authoraz9713
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually creating, updating, and analyzing complex Excel spreadsheets is prone to errors and extremely time-consuming. This Skill automates all aspects of spreadsheet management, from dynamic formula creation to data analysis and error-free recalculations, ensuring accuracy and saving countless hours.

Core Features & Use Cases

  • Dynamic Spreadsheet Generation: Create new Excel files with complex formulas, formatting, and data, ensuring they remain dynamic and recalculable.
  • Intelligent Data Analysis: Read, analyze, and modify existing spreadsheets using powerful data manipulation libraries like pandas, preserving existing formulas and formatting.
  • Automated Formula Recalculation & Validation: Recalculate all formulas and automatically detect common Excel errors (e.g., #REF!, #DIV/0!) to ensure data integrity.
  • Use Case: A financial analyst needs to generate monthly reports that pull data from various sources, apply complex financial models, and present results in a standardized, error-free Excel format. This Skill can automate the entire report generation, recalculation, and validation process, freeing the analyst to focus on insights.

Quick Start

Example: Create a new Excel file with a formula

from openpyxl import Workbook

wb = Workbook() sheet = wb.active

Add data and a formula

sheet['A1'] = 10 sheet['A2'] = 20 sheet['A3'] = '=SUM(A1:A2)' # Excel will calculate this

Save the workbook

wb.save('my_report.xlsx')

CRITICAL: Recalculate formulas using the provided script

This step ensures all formulas are evaluated and errors are caught.

python recalc.py my_report.xlsx

Dependency Matrix

Required Modules

pandasopenpyxl

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: xlsx
Download link: https://github.com/az9713/claude_skill_hn_mcp_server/archive/main.zip#xlsx

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 430,000+ vetted skills library on demand.