xlsx

Repair and update .xlsx, .xlsm, CSV, and TSV files with Excel formulas.

16|2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/thtskaran/claude-skills --skill xlsx-thtskaran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xlsx
Source: https://github.com/thtskaran/claude-skills/tree/main/xlsx
Command: npx skills add https://github.com/thtskaran/claude-skills --skill xlsx-thtskaran

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you reliably repair, clean, and update spreadsheet files so they remain usable and error-free instead of breaking calculations or producing invalid outputs.

Core Features & Use Cases

  • Spreadsheet repair & hardening: Fixes spreadsheet issues while preserving existing formatting and templates when modifying existing files.
  • Guaranteed formula correctness: Enforces zero Excel formula errors (e.g., #REF!, #DIV/0!, #VALUE!) and validates formula integrity.
  • Dynamic, model-friendly edits: Uses Excel formulas rather than hardcoded computed values so the spreadsheet stays recalculable and maintainable.
  • Excel workflow automation: Supports analysis and editing via pandas and openpyxl, plus mandatory recalculation with LibreOffice for formula evaluation.

Quick Start

Use the xlsx skill to fix the spreadsheet formula errors in the attached file 'model.xlsx' and return an updated .xlsx with zero formula errors.

Frequently Asked Questions about xlsx

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

FAQPage Schema
How do I fix Excel formula errors like #REF! and #VALUE! in my spreadsheet?

To fix Excel formula errors, the spreadsheet must be repaired by enforcing zero error tokens and validating formula integrity. This process updates formulas without introducing calculation errors and verifies the results using LibreOffice recalculation.

Can I convert CSV or TSV files into a formatted Excel spreadsheet?

Yes, you can convert CSV or TSV files into a spreadsheet deliverable. The process loads and transforms the raw tabular data, restructures it, and exports a valid .xlsx or .xlsm file while applying the required formatting.

What is the best way to repair a corrupted xlsx file while preserving its original template?

The best way to repair an xlsx file while preserving its template is to use a spreadsheet repair process that modifies existing files dynamically. It edits tabular data and formulas without overwriting the original formatting and templates.

Does spreadsheet repair use hardcoded values or dynamic Excel formulas when updating calculations?

Spreadsheet repair uses dynamic Excel formulas instead of hardcoded computed values. This ensures the spreadsheet remains fully recalculable and maintainable, preventing static data from breaking future model updates.

How do I clean and transform tabular data in an existing .xlsm file?

To clean and transform tabular data in an .xlsm file, you load the file, restructure the data, and apply necessary fixes. The workflow uses pandas and openpyxl for analysis and editing, followed by mandatory LibreOffice recalculation.

Why does my spreadsheet show calculation errors after editing and how can I validate it?

Spreadsheets show calculation errors after editing due to broken formula references. You can validate the model by running a mandatory LibreOffice recalculation to evaluate formula integrity and ensure zero Excel error tokens remain.