excel-cli
Installation
SKILL.md
Excel Automation with excelcli
Preconditions
- Windows host with Microsoft Excel installed (2016+)
- Uses COM interop — does NOT work on macOS or Linux
- Every command below invokes
excelclidirectly, so it must resolve on PATH. Installing theexcel-cliplugin does not put it there — the global shim is opt-in. Runcom.github.copilot\bin\install-global.ps1from the installed plugin folder once (it writesexcelcli.cmd/excelcli.ps1into~\.copilot\binand adds that to your user PATH), or install the runtime independently via the standalone release zip ordotnet tool install --global Sbroenne.ExcelMcp.CLI. Ifexcelcliis not found, report that and stop — do not guess at a path. - In an Agent Plugins host, the runtime is downloaded and cached under
PLUGIN_DATA\runtime; release freshness is checked once per Copilot session. The optional global shim falls back to~\.copilot\plugin-runtime\mcp-server-excel\excel-cliand checks for updates at most once every 24 hours.