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. - The runtime itself is downloaded and cached on first use under
~\.copilot\plugin-runtime\mcp-server-excel\excel-cli, so only the first invocation needs network access