Registry / serialization / extrame-xls

extrame-xls

JSON →
library0.0.1gogounverified

Package xls parses Microsoft Excel 97-2004 (.xls) files.

go get github.com/extrame/xls
INSTALL
IMPORT
SIG · EXTRAME-XLS
E
extrame-xls
serializationgov0.0.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.

xls
github.com/extrame/xls

Open an .xls file and print the first sheet name.

package main import ( "fmt" "github.com/extrame/xls" ) func main() { wb, _ := xls.Open("file.xls", "utf-8") sheet := wb.GetSheet(0) fmt.Println(sheet.Name) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
extrame-xls — go get extrame-xls · libregistry