<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>文档自动化 on Text Matrix</title><link>https://txtmix.com/tags/%E6%96%87%E6%A1%A3%E8%87%AA%E5%8A%A8%E5%8C%96/</link><description>Recent content in 文档自动化 on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 21 Jul 2026 20:06:14 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/%E6%96%87%E6%A1%A3%E8%87%AA%E5%8A%A8%E5%8C%96/index.xml" rel="self" type="application/rss+xml"/><item><title>OfficeCLI：把 Office 三件套切给 AI Agent 的单 binary CLI</title><link>https://txtmix.com/posts/tech/officecli-ai-agent-office-suite-cli/</link><pubDate>Thu, 09 Jul 2026 02:55:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/officecli-ai-agent-office-suite-cli/</guid><description>&lt;h1 id="officecli把-office-三件套切给-ai-agent-的单-binary-cli">OfficeCLI：把 Office 三件套切给 AI Agent 的单 binary CLI&lt;/h1>
&lt;h2 id="一句话核心判断">一句话核心判断&lt;/h2>
&lt;p>让 AI Agent 写 Word、Excel、PowerPoint 的常见做法是用 &lt;code>python-docx&lt;/code> / &lt;code>openpyxl&lt;/code> 等 Python 库，但 Agent 调用经常要面对&amp;quot;装依赖、调 API、看不懂自己写出来的东西、还要重新渲染验证&amp;quot;的循环。iOfficeAI/OfficeCLI（仓库 &lt;code>iOfficeAI/OfficeCLI&lt;/code>）的目标是把这一切压成&lt;strong>一个二进制 + 三层命令&lt;/strong>：&lt;code>L1 语义阅读 / L2 元素级操作 / L3 XML 直通&lt;/code>，并通过内置 HTML 渲染引擎让 Agent 在改完文件后能立即看到效果（live preview）。这等于把 Office 三件套变成&amp;quot;文本输入可控、渲染闭环&amp;quot;的工作环境——属于 Agent 工作流很少见的开箱即用方案。&lt;/p></description></item></channel></rss>