# XLSX

> Excel (XLSX) Skill

- Skill: `harrycain72/xlsx` (Agent Skill)
- Install (CLI): `npx skillmds@latest add harrycain72/xlsx`
- Raw SKILL.md: https://api.skillmd.com/api/skills/harrycain72/xlsx/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: harrycain72 (https://skillmd.com/u/harrycain72)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/harrycain72/xlsx

---

# Excel (XLSX) Skill

Process and analyze Excel spreadsheet files.

## Usage

Use this skill when you need to:
- Read data from Excel files
- Analyze spreadsheet data
- Extract specific cells, rows, or columns

## Tools Available

- `Read` - Read Excel files
- `Bash` - Use Python scripts or CLI tools for advanced processing

## Examples

### Read an Excel file
```
Read the spreadsheet /path/to/data.xlsx and show me the first 10 rows.
```

### Analyze data
```
Calculate the sum of column B in /path/to/sales.xlsx.
```

### Extract specific data
```
Get all values from the "Revenue" column in sheet "2024" from /path/to/report.xlsx.
```

## Notes

- Supports both .xlsx and .xls formats
- Can handle multiple sheets
- Large files may be processed in chunks

