Excel automation via xlwings COM. DRM-protected files, live sessions, VBA macros. Windows only.
MCP server for Excel automation via xlwings COM. Works with DRM-protected files. Libraries like or read files directly from disk. This fails when: DRM / file-level encryption is applied (common in enterprise environments) You need to interact with a live Excel session (formulas, macros, add-ins) Files are locked by another process uses COM automation to talk to the running Excel process, so it…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
MCP server for Excel automation via xlwings COM. Works with DRM-protected files. Libraries like or read files directly from disk. This fails when: DRM / file-level encryption is applied (common in enterprise environments) You need to interact with a live Excel session (formulas, macros, add-ins) Files are locked by another process uses COM automation to talk to the running Excel process, so it can read and write any file that Excel itself can open -- including DRM-protected documents. These…