XLSX

Use when the user wants to create or edit spreadsheets, analyze CSV data, or clean up tabular data.

anujkumar8076 Updated

File contents

Spreadsheet Skill

Work with Excel workbooks and CSV data.

Setup

pip install openpyxl pandas

Creating a workbook

Build with openpyxl: create a workbook, write header row, append data rows, apply number formats, then save as .xlsx.

Analyzing CSV data

Load with pandas, report shape and dtypes first, then run the analysis the user asked for. Show intermediate results for anything non-obvious.

Data cleanup

Normalize column names, trim whitespace, coerce types explicitly, and report how many rows were affected by each cleanup step.

Output format

Save as .xlsx unless the user asked for CSV. Summarize what changed.

anujkumar8076/skill-router-mcp/tree/main/skills/xlsx commit 7b614f7228

Frequently asked questions

npx skillmds@latest add anujkumar8076/xlsx