xlsx

Originally fromanthropics/skills
Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

XLSX creation, editing, and analysis

Task Approach
Create or edit with formulas/formatting openpyxl — see gotchas below
Bulk data in or out pandas (read_excel, to_excel)
Quick look at a sheet markitdown file.xlsx## SheetName per sheet; reads .xlsm too. No cell coordinates, so don't plan edits from it
Read a model (formulas and values) two load_workbook passes — see gotchas

openpyxl, pandas, and markitdown are preinstalled — do not run uv pip install first; write the script and import directly. Only if an import fails (or the markitdown command is missing): uv pip install the missing package.

Script paths below are relative to this skill's directory.

Requirements for every output

Installs
1.0K
GitHub Stars
33.2K
First Seen
Apr 9, 2026
xlsx — k-dense-ai/scientific-agent-skills