Registry / serialization / tealeg-xlsx-v3

tealeg-xlsx-v3

JSON →
library3.3.13gogounverified

A Go library for reading and writing XLSX (Excel) files.

go get github.com/tealeg/xlsx/v3
INSTALL
IMPORT
SIG · TEALEG-XLSX-V3
T
tealeg-xlsx-v3
serializationgov3.3.13
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.

xlsx
github.com/tealeg/xlsx/v3

Open an existing XLSX file and print the first sheet's name.

package main import ( "fmt" "github.com/tealeg/xlsx/v3" ) func main() { xlFile, err := xlsx.OpenFile("example.xlsx") if err != nil { panic(err) } sheet := xlFile.Sheets[0] fmt.Println(sheet.Name) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
tealeg-xlsx-v3 — go get tealeg-xlsx-v3 · libregistry