qax-os/excelize
Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
Platform-specific configuration:
{
"mcpServers": {
"excelize": {
"command": "npx",
"args": [
"-y",
"excelize"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"></p>
<p align="center"> <a href="https://github.com/xuri/excelize/actions/workflows/go.yml"></a> <a href="https://codecov.io/gh/qax-os/excelize"></a> <a href="https://goreportcard.com/report/github.com/xuri/excelize/v2"></a> <a href="https://pkg.go.dev/github.com/xuri/excelize/v2"></a> <a href="https://opensource.org/licenses/BSD-3-Clause"></a> <a href="https://www.paypal.com/paypalme/xuri"></a> </p>
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. Supports reading and writing spreadsheet documents generated by Microsoft Excel™ 2007 and later. Supports complex components by high compatibility, and provided streaming API for generating or reading data from a worksheet with huge amounts of data. This library needs Go version 1.25.0 or later. The full docs can be seen using go's built-in documentation tool, or online at go.dev and docs reference.
go get github.com/xuri/excelizego get github.com/xuri/excelize/v2H
Loading reviews...