No Description

Geoff Teale 5f2cd7ca5d * lib.go: Migrated XLSXWorkbook structs out to their own file 14 years ago
Makefile 2aa70b1f16 * Makefile: Added standard GOLANG pkg makefile 14 years ago
README 0bfe919561 First Commit 14 years ago
doc.go 79b11a53e7 * doc.go: Added basic package documentation via a doc.go file. 14 years ago
lib.go 5f2cd7ca5d * lib.go: Migrated XLSXWorkbook structs out to their own file 14 years ago
lib_test.go 61a548e27c * lib.go: Added MakeSharedStringRefTable 14 years ago
testfile.xlsx dfd19ba66e Initial untidy structure and tests 14 years ago
workbook.go 5f2cd7ca5d * lib.go: Migrated XLSXWorkbook structs out to their own file 14 years ago

README

xlsx is intended to be a library to simplify reading the XML format
used by recent version of Microsoft Excel in Go programs.

Currently it is in the very early stages and development and not at
all usable. It should progress rapidly.

There are no current plans to support writing documents.

Eat a peach - Geoff