xlsx

Create, edit, and analyze XLSX workbooks with formulas and formatting.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/dbx0/agents-hackaton --skill xlsx-dbx0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/dbx0/agents-hackaton/tree/main/.claude/skills/xlsx
Command: npx skills add https://github.com/dbx0/agents-hackaton --skill xlsx-dbx0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spreadsheets are central to planning and analysis, but manual creation and inconsistent formatting often lead to errors, template drift, and difficult collaboration. This skill standardizes XLSX creation, editing, and analysis by enforcing formulas, formatting conventions, and template preservation.

Core Features & Use Cases

  • Create new workbooks from templates with formulas and consistent formatting to ensure reproducibility across teams.
  • Edit existing workbooks while preserving templates, formulas, and established conventions in multi-sheet workflows.
  • Recalculate formulas automatically using the provided recalc.py tool to validate results after data changes.
  • Analyze data with Python tools (pandas/openpyxl) to generate reports, summaries, and validated outputs.

Quick Start

Create a new workbook from a predefined template and add a basic budget sheet with key formulas.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I create an Excel workbook from a template with formulas and formatting?

Create an Excel workbook from a template by applying consistent formatting and formulas to ensure reproducibility across teams. This approach standardizes XLSX creation, preventing template drift and errors in financial models and reports.

Can I edit an existing multi-sheet XLSX file while preserving its formulas and original formatting?

Edit existing multi-sheet XLSX files while preserving established templates, formulas, and formatting conventions. This ensures that data updates maintain the workbook's original structure and calculation rules without template drift.

How does automated recalculation work for Excel formulas after updating data?

Automated recalculation for Excel formulas validates results after data changes by using a dedicated recalc.py tool. This mechanism updates calculated values correctly, ensuring your financial models and reports reflect accurate outputs.

What is the best way to analyze XLSX data and generate reports using pandas and openpyxl?

Analyze XLSX data and generate reports using Python tools like pandas and openpyxl to extract, summarize, and validate outputs. This method provides accurate data analysis for ad hoc reporting and multi-sheet workbook workflows.

Does this approach support strict number and date formats for financial models?

Yes, this approach supports strict number and date formats required for financial models. It enforces formatting conventions and formula rules to ensure your XLSX workbooks maintain precise data integrity for reporting.

Why do my Excel formulas break when adding new data to an existing workbook template?

Excel formulas break when template conventions are not preserved during editing. Using standardized XLSX editing tools ensures formulas, formatting rules, and established worksheet structures are maintained during data modifications.