excel-spreadsheets
Installation
SKILL.md
Excel Spreadsheets
When to Use
| Tool | Use When |
|---|---|
create_excel_spreadsheet |
User asks to create/generate a NEW spreadsheet |
modify_excel_spreadsheet |
User asks to edit/update an EXISTING spreadsheet |
list_my_excel_spreadsheets |
User asks what spreadsheets are available |
read_excel_spreadsheet |
User wants to download or read spreadsheet contents |
preview_excel_sheets |
Check actual sheet appearance when editing |
Workflow
- Before modifying: call
preview_excel_sheetsto check current layout. - After creation/modification: call
preview_excel_sheetsto verify. - Run tools sequentially (never parallel) to prevent file race conditions.