Go library for reading and writing Microsoft Docx
The main features of gomutex/godocx are: Office Document Tools.
Open-source alternatives to gomutex/godocx include: iofficeai/officecli — OfficeCLI is a headless office suite and automation tool designed for programmatically reading, editing, and… brianray/mm — Python powered spreadsheets. chonla/cellwalker — Excel Cell Name Traversal for Go. dagwieers/unoconv — Universal Office Converter - Convert between any document format supported by LibreOffice/OpenOffice. elapouya/python-docx-template — python-docx-template is a template engine for generating Microsoft Word documents by merging .docx files with data… brechtsanders/xlsxio — XLSX I/O - C library for reading and writing .xlsx files.
OfficeCLI is a headless office suite and automation tool designed for programmatically reading, editing, and generating Microsoft Office documents. It functions as an OOXML manipulation library and a document templating engine, providing a standalone binary that allows for the management of Word, Excel, and PowerPoint files without requiring a local installation of office software. The project distinguishes itself by exposing document operations as tools for AI agents via a JSON-RPC server and the Model Context Protocol. It enables advanced customization through raw XML manipulation using XPa