OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add davila7/claude-code-templates --skill excel-analysis
Analyze Excel spreadsheets, create pivot tables, generate charts, and perform data analysis. Use when analyzing Excel files, spreadsheets, tabular data, or .xlsx files.
npx skills add davila7/claude-code-templates --skill excel-analysis
Read Excel files with pandas:
Process all sheets in a workbook:
Perform common analysis tasks:
Write data to Excel with formatting:
Create pivot tables programmatically:
Generate charts from Excel data:
Clean and prepare Excel data:
Combine multiple Excel files:
Apply conditional formatting and styles:
read_excel with usecols to read specific columns onlychunksize for very large filesengine='openpyxl' or engine='xlrd' based on file typedtype parameter to specify column types for faster reading