Excel Cli

🌐Community
by sbroenne · vlatest · Repository

ExcelCli allows you to execute Excel commands from the command line for automated spreadsheet manipulation and scripting.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add excel-cli npx -- -y @trustedskills/excel-cli
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "excel-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/excel-cli"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The excel-cli skill allows AI agents to interact with Microsoft Excel spreadsheets using command-line commands. It enables tasks such as reading data from cells, writing data into cells, and performing basic calculations directly within Excel files. This provides a programmatic way to automate spreadsheet manipulation without requiring manual intervention or complex scripting.

When to use it

  • Automated Reporting: Generate reports by extracting data from an Excel file and formatting it for distribution.
  • Data Entry Automation: Populate spreadsheets with data retrieved from external sources, reducing manual data entry effort.
  • Simple Calculations: Perform calculations within a spreadsheet based on user input or other data sources.
  • Spreadsheet Updates: Automatically update specific cells in an Excel file based on triggers or scheduled events.

Key capabilities

  • Reading cell values
  • Writing cell values
  • Performing basic calculations

Example prompts

  • "Read the value from cell A1 in my_spreadsheet.xlsx."
  • "Write 'Hello' to cell B2 in report.xlsx."
  • "Calculate the sum of cells C1 through C10 in budget.xlsx and write it to D1."

Tips & gotchas

  • Requires Microsoft Excel to be installed on the system where the AI agent is running.
  • The skill's functionality is limited to basic spreadsheet operations; complex formulas or macros may not be supported.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sbroenne
Installs
0

🌐 Community

Passed automated security scans.