excel-sheet

Excel (.xlsx) manipulation via MCP server. Use for creating workbooks, formatting cells, writing formulas, building charts, pivot tables, data analysis, or any task involving Excel spreadsheets.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "excel-sheet" with this command: npx skills add practicalswan/agent-skills/practicalswan-agent-skills-excel-sheet

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

SkillRelationship
microsoft-developmentMicrosoft docs and ecosystem context
powerbi-modelingShape workbook exports for Power BI ingestion or review
word-documentMove spreadsheet output into formal reports
powerpoint-pptMove charts and summary data into slide decks

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

powerpoint-ppt

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

word-document

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

powerbi-modeling

No summary provided by upstream source.

Repository SourceNeeds Review