OfficeCLI: Office suite for AI agents to read and edit Microsoft Office files
maxloh
153 points
40 comments
July 06, 2026
Related Discussions
Found 5 related stories in 467.8ms across 14,015 title embeddings via pgvector HNSW
- OpenWiki: CLI that writes and maintains agent documentation for your codebase handfuloflight · 32 pts · July 01, 2026 · 59% similar
- Show HN: Docx-CLI: agents read/edit Word docs using 1/2 the time and tokens kirillklimuk · 61 pts · July 07, 2026 · 58% similar
- Outworked – An Open Source Office UI for Claude Code Agents ZeidJ · 28 pts · March 23, 2026 · 57% similar
- Open Code Review – An AI-powered code review CLI tool geoffbp · 121 pts · June 05, 2026 · 57% similar
- Show HN: Revise – An AI Editor for Documents artursapek · 64 pts · March 22, 2026 · 54% similar
Discussion Highlights (10 comments)
neilv
> OfficeCLI is the first and best Office suite purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required. 1. Calling Microsoft Office simply "Office" without qualification treats it like a trademark, rather than a generic term that was in use for this class of product before MS appropriated it. 2. If you're going to treat it like a trademark, don't violate it in the same sentence.
rcarmo
Nice, but I don't see a lot of ECMA 376 test cases. Both https://github.com/rcarmo/python-office-mcp-server and https://github.com/rcarmo/go-ooxml are ECMA 376 compliant (I made sure), because for headless generation and handling that's kind of important :) Oh, and you're not the first, I started this a year ago. :)
FailMore
I went in the opposite direction and built https://smalldocs.org/ , which is an office suite AI agents (and humans - including SWEs!) like to use. I say it’s as if “Claude Code & Microsoft Office had a baby...” Code available: https://github.com/espressoplease/smalldocs Discord: https://discord.gg/txjATTsDaq Sample document: https://smalldocs.org/blogs/what-is-a-smalldoc Invoked via Claude Code by saying stuff like: “sdoc me the plan for this feature”, or “dig into our logs and sdoc me a report on our latency”
pietz
If you don't need interactive/animated features, I can absolutely recommend to have the agent build slides in HTML and convert it to PDF. Has been a game changer for me.
topaztee
cool, im working on something similar. A fine-tuned model for agents to interact with docx over MCP. they wont have to deal with OOXML vespper.com
topaztee
cool, im working on something similar. A fine-tuned model for agents to interact with docx over MCP. they wont have to deal with OOXML. we have a waiting list for beta-users: www.vespper.com
beepbooptheory
Feel like overnight I suddenly started seeing so much stuff and comments on here concerning generating Office documents with the LLMs. What could be driving this? Doesn't latex or similar seem like a better fit here?
miketery
How does this do for processing formulas or macros in excel?
_pdp_
Very good and well done. I found immediate use-case for this.
StahlGuo
Recently, my experience is that the hardest part of writing Enterprise document by AI is not how to generate a word or excel, but to generate a office document that is accountable. First draft generation is just a small part of the whole wore,more time consuming work is validation: whether citation , number,format, or semantic assume is right. So i think enterprise office AI suite may need 2 layers: First is document editing, and second is revision / attribution / validation, or an unaccountable document is not applicable for real enterprise usage.