xlsx

Read, create, edit, and validate Excel files via Office Open XML.

154|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/haojing8312/WorkClaw --skill xlsx-haojing8312
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/haojing8312/WorkClaw/tree/main/apps/runtime/src-tauri/builtin-skills/xlsx
Command: npx skills add https://github.com/haojing8312/WorkClaw --skill xlsx-haojing8312

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Managing Excel workbooks often leads to format loss, broken formulas, and inconsistent styling when files are edited programmatically. This Skill eliminates those issues by handling spreadsheets directly through the Office Open XML format, preserving every detail while automating read, edit, creation, and validation tasks.

Core Features & Use Cases

READ – Analyze existing data with pandas without altering the source file.
CREATE – Build new workbooks from a minimal XML template, ensuring all calculated cells are real Excel formulas.
EDIT – Modify cells, add columns, insert rows, or repair formulas using XML unpack‑edit‑pack flow, maintaining original sheets and styles.
VALIDATE – Run static formula checks and optional LibreOffice recalculation to catch errors before delivery.
Use case: A financial analyst can update a quarterly budget workbook, insert new expense rows, and automatically recalculate totals while keeping the original formatting intact.

Quick Start

Ask the xlsx skill to generate a new budget workbook named 'FY2025_Budget.xlsx' with calculated totals.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I edit Excel files with Python without losing formatting?

To validate Excel formulas, this Skill runs static formula checks and optional LibreOffice recalculation to catch errors before delivery. This validation mechanism ensures calculated cells function correctly without needing manual review.

Can I use pandas to read xlsx files without altering the source workbook?

To create new Excel workbooks, this Skill builds files from a minimal XML template while ensuring all calculated cells are real Excel formulas. This creation process generates structured .xlsx or .xlsm files suitable for financial modeling.

What's the best way to update a financial model in an xlsx file programmatically?

Yes, you need a Python environment with pandas installed to use this Skill. The dependency on pandas is required to read and analyze existing spreadsheet data, while custom XML scripts handle the creation and editing of Office Open XML formats.

Does this tool support csv and tsv formats for data analysis?

Yes, this tool supports csv and tsv formats for data analysis. It reads, creates, edits, and validates spreadsheet files across .xlsx, .xlsm, .csv, and .tsv formats to facilitate financial modeling and report generation.