excel-sheet

SKILL.md

Excel Spreadsheet Workflows

Use this skill when the deliverable is an .xlsx workbook or when spreadsheet structure matters.

Current MCP Reality

Excel MCP tooling is host-dependent. In GitHub Copilot, Excel actions may appear as grouped Office tools. In Codex or Claude, those tools may be absent entirely. Treat the included Python script as the reliable fallback.

Activation Conditions

  • Creating or updating workbooks
  • Converting CSV data into structured Excel output
  • Applying formulas, formatting, charts, or pivots
  • Producing spreadsheet deliverables when layout matters

Practical Workflow

  1. Confirm whether the client exposes spreadsheet MCP tools.
  2. If yes, inspect the actual tool names before assuming a wrapper exists.
  3. If no, use the local converter or author the workbook with openpyxl.
  4. Validate formulas and chart ranges before claiming the workbook is ready.

Workbook Checklist

  • Sheets are named clearly
  • Headers are formatted consistently
  • Formulas are used instead of hardcoded derived values
  • Charts reference the correct ranges
  • Frozen panes or filters are applied where useful

References & Resources

Documentation

Scripts

Examples

Related Skills

Skill Relationship
microsoft-development Microsoft docs and ecosystem context
powerbi-modeling Shape workbook exports for Power BI ingestion or review
word-document Move spreadsheet output into formal reports
powerpoint-ppt Move charts and summary data into slide decks
Weekly Installs
6
GitHub Stars
2
First Seen
Feb 26, 2026
Installed on
opencode6
gemini-cli6
claude-code6
github-copilot6
amp6
cline6