Keine Beschreibung

Geoffrey J. Teale 373a7297cc Factored out tests to files matching the source locations. vor 14 Jahren
Makefile d8266296ab Refactored internal types out to seperate files and renamed the high-level "public facing" structs - slowly moving towards the idea of a two layer API. vor 14 Jahren
README 348f1b151f First Commit vor 14 Jahren
doc.go a106d175c1 * doc.go: Added basic package documentation via a doc.go file. vor 14 Jahren
lib.go 373a7297cc Factored out tests to files matching the source locations. vor 14 Jahren
lib_test.go 373a7297cc Factored out tests to files matching the source locations. vor 14 Jahren
sharedstrings.go 373a7297cc Factored out tests to files matching the source locations. vor 14 Jahren
sharedstrings_test.go 373a7297cc Factored out tests to files matching the source locations. vor 14 Jahren
testfile.xlsx 5ae5b18675 Initial untidy structure and tests vor 14 Jahren
workbook.go 05c6d3ed45 * lib.go: Migrated XLSXWorkbook structs out to their own file vor 14 Jahren
workbook_test.go 373a7297cc Factored out tests to files matching the source locations. vor 14 Jahren
worksheet.go d8266296ab Refactored internal types out to seperate files and renamed the high-level "public facing" structs - slowly moving towards the idea of a two layer API. vor 14 Jahren
worksheet_test.go 373a7297cc Factored out tests to files matching the source locations. vor 14 Jahren

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