Excel
Create, read, and modify Excel spreadsheets. Claude writes the formulas, sheets, and formatting - you get a working xlsx file out.
Delv Safety Grade: A+
Score 93/100 · assessed 2026-04-18
Official Anthropic skill for Excel file generation, maintained in the first-party skills repository. The skill creates, reads, and modifies .xlsx files with formulas, formatting, and multiple sheets. Permissions are well-scoped to filesystem operations for Excel files only, with no network access, shell execution, or credential handling. The skill operates locally, writing files to the user's filesystem without external API calls. Supply chain is clean: distributed through Anthropic's official repository with clear versioning and standard Python dependencies (openpyxl). Documentation is thorough with examples and clear capability boundaries. No known security incidents. The main consideration is filesystem write access, which is inherent to the skill's purpose and appropriately scoped to .xlsx file creation rather than arbitrary filesystem manipulation.
Green flags
- Official Anthropic skill, first-party maintenance
- No network access or external API calls required
- Well-documented with clear examples in official repo
- Uses standard openpyxl library, widely vetted
- Scoped to Excel file operations only, no shell access
Red flags
- Filesystem write permission required for .xlsx output
- Could overwrite existing Excel files if paths conflict
- Formulas in generated files execute when opened in Excel
Permissions requested
The Excel Skill teaches Claude to generate proper .xlsx files with formulas, formatting, and multiple sheets. Instead of exporting raw data or CSV tables, you get a working spreadsheet you can open in Excel or Google Sheets. It handles financial models, weekly reports, and data exports for non-technical stakeholders. Claude writes the formulas, labels the columns, formats currency and percentages, and structures multi-sheet workbooks. It can also read uploaded .xlsx files for analysis, though it doesn't sync live files from your filesystem. Useful for automating repetitive spreadsheet tasks or turning conversational requirements into working templates. It won't replace Excel for advanced features like pivot tables, macros, or VBA, but it removes the manual formatting step for common jobs.
Review
Load this if you regularly turn Claude's output into spreadsheets for others, or if you build simple financial models and want Claude to write the formulas. Skip it if you need pivot tables, macros, or live file editing.
Good at
- Generates actual .xlsx files, not just CSV data
- Writes formulas and links sheets correctly for financial models
- Formats currency, percentages, and headers without manual cleanup
- Reads uploaded Excel files for analysis or modification
- Saves time on weekly reports and template generation
Watch out
- No support for pivot tables, macros, or VBA
- Sometimes overformats when a plain table would suffice
- Can't read or sync live files from your filesystem
- Limited to simpler Excel features, not enterprise-grade models
- Requires manual review of formula logic for critical work
Use cases
- Building financial models from a conversation
- Exporting data to Excel for non-technical stakeholders
- Reading historical xlsx files for analysis
- Automating weekly reporting sheets