Documentation
README
Spreadsheet Manipulation Skill (xlsx)
Overview
This skill guides agents in manipulating Excel (.xlsx) spreadsheets using Python.
Primary libraries: openpyxl (structure-preserving read/write), pandas (data transformation).
Never use any other third-party libraries.
Common Workflow
- Explore the input file: list sheets, inspect headers, check dimensions.
- Inspect actual workbook data beyond the preview, including nearby rows/columns, sample outputs, formulas, labels, headers, and any reference/example sheets such as
Output,Manual Result, orDesired...tabs.
This is the opening of the README. Read the full README on GitHub.