How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Excel Cell Name Traversal for Go
The main features of chonla/cellwalker are: Office Document Tools.
Projects with overlapping indexed features include: iofficeai/officecli — OfficeCLI is a headless office suite and automation tool designed for programmatically reading, editing, and… brianray/mm — Python powered spreadsheets. 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… go-the-way/exl — Excel binding to struct written in Go.(Only supports Go1.18+). 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
Universal Office Converter - Convert between any document format supported by LibreOffice/OpenOffice.