Registry / serialization / xuri-excelize-v2

xuri-excelize-v2

JSON →
library2.10.1gogounverified

A Go library for reading and writing XLAM, XLSM, XLSX, XLTM, and XLTX spreadsheet files.

go get github.com/xuri/excelize/v2
INSTALL
IMPORT
SIG · XURI-EXCELIZE-V2
X
xuri-excelize-v2
serializationgov2.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

excelize
github.com/xuri/excelize/v2

Create a new spreadsheet and set a cell value

package main import ( "fmt" "github.com/xuri/excelize/v2" ) func main() { f := excelize.NewFile() f.SetCellValue("Sheet1", "A1", "Hello") fmt.Println(f.GetCellValue("Sheet1", "A1")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.10.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
OpenAI (training)
1
Resources
xuri-excelize-v2 — go get xuri-excelize-v2 · libregistry