/ Claude Skills / Xlsx
Documents

Xlsx

"Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path β€” even casually (like \"the xlsx in my downloads\") β€” and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved."

About this skill

# Requirements for Outputs

All Excel files

Professional Font

  • Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user

Zero Formula Errors

  • Every Excel model MUST be delivered with ZERO formula errors (#REF!, #DIV/0!, #VALUE!, #N/A, #NAME?)

Preserve Existing Templates (when updating templates)

  • Study and EXACTLY match existing format, style, and conventions when modifying files
  • Never impose standardized formatting on files with established patterns
  • Existing template conventions ALWAYS override these guidelines

Financial models

Color Coding Standards

Unless otherwise stated by the user or existing template

#### Industry-Standard Color Conventions

  • Blue text (RGB: 0,0,255): Hardcoded inputs, and numbers users will change for scenarios
  • Black text (RGB: 0,0,0): ALL formulas and calculations
  • Green text (RGB: 0,128,0): Links pulling from other worksheets within same workbook
  • Red text (RGB: 255,0,0): External links to other files
  • Yellow background (RGB: 255,255,0): Key assumptions needing attention or cells that need to be updated

Number Formatting Standards

#### Required Format Rules

  • Years: Format as text strings (e.g., "2024" not "2,024")
  • Currency: Use $#,##0 format; ALWAYS specify units in headers ("Revenue ($mm)")
  • Zeros: Us

…

Use cases

  • Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user
  • Every Excel model MUST be delivered with ZERO formula errors (#REF!, #DIV/0!, #VALUE!, #N/A, #NAME?)
  • Study and EXACTLY match existing format, style, and conventions when modifying files
  • Never impose standardized formatting on files with established patterns
  • Existing template conventions ALWAYS override these guidelines
  • **Blue text (RGB: 0,0,255)**: Hardcoded inputs, and numbers users will change for scenarios

Installation

  1. Download the ZIP using the button on the right.
  2. Unzip the folder.
  3. Drop the xlsx/ folder inside ~/.claude/skills/.
  4. Restart Claude Code (or your Claude Desktop session) β€” the skill loads automatically.
# macOS / Linux
mkdir -p ~/.claude/skills
unzip claude-skill-xlsx.zip -d ~/.claude/skills/

What's included

scripts/office/pack.py
scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd
scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd
scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd
scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd
scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd
scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd
scripts/office/schemas/mce/mc.xsd
scripts/office/schemas/microsoft/wml-2010.xsd
scripts/office/schemas/microsoft/wml-2012.xsd
scripts/office/schemas/microsoft/wml-2018.xsd
scripts/office/schemas/microsoft/wml-cex-2018.xsd
scripts/office/schemas/microsoft/wml-cid-2016.xsd
scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd
scripts/office/schemas/microsoft/wml-symex-2015.xsd
scripts/office/soffice.py

Frequently asked

What does the Xlsx skill do?
"Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path β€” even casually (like \"the xlsx in my downloads\") β€” and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved."
Who should use it?
Anyone working with Claude on documents-related tasks β€” consultants, founders, product teams, operators, and AI users who want repeatable, high-quality outputs from Claude.
How does it work?
Drop the folder into your `~/.claude/skills/` directory. Claude detects the SKILL.md instructions automatically and applies them when relevant.
What problem does it solve?
It removes the need to re-prompt Claude with the same context every time. Once the skill is installed, Claude already knows the rules, conventions, and procedures for this task.
How do I install it?
Download the ZIP, unzip it, and place the `xlsx/` folder inside `~/.claude/skills/`. No other setup required.
Is it free?
Yes β€” free download. We just ask for your name and work email so we can send useful Claude updates.
Can I get a custom version?
Yes. Abbas ElDeniney builds tailored Claude skills for specific business workflows and data sources. Book a consultation to scope your version.

Almost there

Share a few details and we'll start your download in one click.

Stay in the loop

Get notified the moment I publish a new blog, course, or case study.

πŸ”” Browser alerts
Instant pop-ups on this device