Get the FREE Ultimate OpenClaw Setup Guide →

excelize

Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio qax-os-excelize go run main.go

How to use

Excelize is a powerful library for reading and writing Excel files in Go. It supports various Excel file formats including XLAM, XLSM, XLSX, XLTM, and XLTX. With Excelize, you can create spreadsheets, read existing ones, add charts, and even insert images into your spreadsheets. The library provides a simple API to manipulate Excel files, making it easy to automate tasks related to spreadsheet management.

How to install

To install Excelize, ensure you have Go version 1.24.0 or later installed on your system. You can install the library using the following command:

go get github.com/xuri/excelize/v2

If you are using Go Modules, the above command will work seamlessly. After installation, you can start using Excelize in your Go projects.

Additional notes

When working with Excelize, make sure to handle errors appropriately, especially when opening or saving files. The library provides various functions to manipulate sheets, cells, and charts, so refer to the official documentation for more advanced usage. If you encounter issues, check that your Go environment is set up correctly and that you have the necessary permissions to read/write files.

Related MCP Servers

Sponsor this space

Reach thousands of developers