XLSX Skill
by Anthropic
Anthropic's reference skill for reading, writing, and reshaping Excel workbooks from a Claude agent.
Skills
XLSX Skill
Added 17 May 2026
Overview
XLSX gives Claude a working contract for spreadsheet work. Read cells, write sheets, apply formulas, generate report-ready workbooks. Wraps openpyxl behind a small markdown skill so the agent always reaches for the same helpers instead of inventing brittle ones.
Best for
Best for
Any team where 'deliverable is an Excel file' is still real
Use cases
- Generate a financial model workbook from structured data
- Reshape a messy export into a clean reportable sheet
- Build a forecast file from a CRM dump
- Diff two workbooks and write the changes as a third sheet
Notes
Why it matters
Excel is still the deliverable in half of the world’s professional services. A skill that means the agent stops winging xlsx generation is more load-bearing than it looks.
How teams use it in production
Pair with a CRM MCP so the agent fetches the data and the skill formats the workbook. Result: a real reportable file, not “here’s the data, you put it in Excel.”
What to watch
The intersection of the XLSX skill and a charting skill closes the loop on generated financial decks.
Pros
- Replaces 'write me a script to make this xlsx' with a real reusable skill
- Maintained alongside the protocol
- Forks cleanly for finance, ops, and reporting variants
- Composes with CRM and PM skills
Cons
- Python-side, so the agent needs a runtime
- Charting and pivots still feel weak
- Multi-tab workbooks need careful prompt structure
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
DOCX Skill
Anthropic
Read, write, and edit Microsoft Word documents from Claude. Open-source reference skill in the Anthropic skills repo.
PDF Skill
Anthropic
Read, extract, and generate PDFs from Claude. The Anthropic reference skill for the format every business actually uses.
PPTX Skill
Anthropic
Build and edit PowerPoint decks from Claude. Layouts, themes, charts, all from a prompt.