spreadsheet-workbook-forensics
Installation
SKILL.md
Spreadsheet Workbook Forensics
Use this skill for workbook edits where preserving structure and verifying target cells matters.
Workflow
- Inspect the actual workbook, not only a preview: sheet names, dimensions, merged cells, headers, formulas, named ranges, and nearby examples.
- Locate source tables and destination ranges by labels, headers, surrounding structure, and requested ranges, not fixed coordinates unless explicitly given.
- Write a small script with
INPUT_PATHandOUTPUT_PATHconstants. - Use
openpyxlfor structure-preserving read/write. Usepandasonly for in-memory transformation, then write back withopenpyxl. - Execute the script.
- Reopen the saved workbook and verify representative and boundary target cells.