OfficeCLI Reaches 22.3K Stars as a Single-Binary Office Suite Built for Agents — 350+ Excel Functions Evaluated on Write
iOfficeAI/OfficeCLI is an Apache-2.0 C#/.NET tool that gives agents read/write control over .docx, .xlsx and .pptx with no Microsoft Office install, no external dependencies and no .NET runtime at execution time — one self-contained binary suited to headless containers. Its differentiator over python-docx-style libraries is a native formula engine with 350+ built-in Excel functions that evaluates on write (so agents get calculated values, not formula strings) plus a rendering engine that emits HTML or PNG so a vision-capable agent can actually see its own output. It ships an MCP server for Claude Code and Cursor, a resident mode that keeps documents in memory across multi-step workflows, and template merging that fills placeholders from JSON across all three formats.
Source
↳ Follow the thread