Aucune description

Geoffrey J. Teale 72cc390ef2 * lib.go: Actually tell me what the bad reference was in an excel cell. il y a 14 ans
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. il y a 14 ans
README 348f1b151f First Commit il y a 14 ans
doc.go a106d175c1 * doc.go: Added basic package documentation via a doc.go file. il y a 14 ans
lib.go 72cc390ef2 * lib.go: Actually tell me what the bad reference was in an excel cell. il y a 14 ans
lib_test.go 44799e921d Baseline functionality working with minimal testing - lets call this 0.01 il y a 14 ans
sharedstrings.go 81782d3510 Added docstring as widely as possible il y a 14 ans
sharedstrings_test.go 81782d3510 Added docstring as widely as possible il y a 14 ans
testfile.xlsx 5ae5b18675 Initial untidy structure and tests il y a 14 ans
workbook.go 40bcbbcb5f Extract XLSXWorksheet from XLSX file from a reference in XSLXSheet il y a 14 ans
workbook_test.go 44799e921d Baseline functionality working with minimal testing - lets call this 0.01 il y a 14 ans
worksheet.go 81782d3510 Added docstring as widely as possible il y a 14 ans
worksheet_test.go 81782d3510 Added docstring as widely as possible il y a 14 ans

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