Productivity|Development|DataGo
excelize
Go language library for reading and writing Microsoft Excel™ spreadsheets.
N/A rating (0 reviews)0 installs20,457 GitHub stars
ExcelGoLibrary
Excelize is a library written in pure Go providing a set of functions that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files. It supports complex components by high compatibility and provides a streaming API for handling large amounts of data.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"excelize": {
"args": [
"-y",
"github.com/xuri/excelize/v2"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.