Anthropic XLSX Skill
Open, read, edit, and create spreadsheets — .xlsx, .xlsm, .csv, .tsv. Formulas, formatting, charts, and cleaning messy tabular data.
Source: github.com
Install
npx degit anthropics/skills/skills/xlsx ~/.claude/skills/xlsx The xlsx skill handles everything spreadsheet-shaped — .xlsx, .xlsm,
.csv, .tsv. It picks the right Python library (openpyxl, pandas,
xlsxwriter) based on what you’re trying to do.
What it can do
- Generate spreadsheets from scratch with formatting and formulas
- Edit existing files — add columns, compute formulas, restructure
- Charting — bar, line, pie, etc., as embedded chart objects (editable in Excel)
- Format — conditional formatting, number formats, cell styles
- Clean — fix malformed rows, misplaced headers, junk data, normalize columns
- Convert — between .xlsx, .csv, .tsv
Where it shines
- Quarterly / monthly reports with consistent chart styling
- Data cleaning of exported tables that arrived messy
- Template-driven spreadsheets where the same structure is filled per client
- Migration / restructuring of legacy spreadsheet files
Won’t trigger when
- The deliverable is a Word doc, HTML report, Python script, or DB pipeline — even if tabular data is involved. It’s strictly for spreadsheet-final outputs.
Composes with
pdf— convert charts and sheets into a PDF reportpptx— embed chart images into a deckbrand-guidelines— apply house colors and fonts
Example prompt
Use xlsx to clean this messy CSV — fix misplaced headers, drop junk
rows, normalize date columns, then build a quarterly revenue chart on
a new sheet and export as .xlsx.
Related skills
pdf document
Anthropic PDF Skill
Full-stack PDF — read, write, merge, split, watermark, encrypt, fill forms, OCR. The Swiss army knife for anything .pdf-shaped.
pdf document
Anthropic DOCX Skill
Create, read, edit, and analyze Word documents — table of contents, headings, page numbers, letterheads, tracked changes, comments, image insertion. The full .docx toolkit.
slides ppt pdf
Anthropic PPTX Skill
Generate, read, and edit .pptx decks — speaker notes, layouts, and tables included.