Без опису

Geoffrey Teale 03188f340e * lib.go: Actually tell me what the bad reference was in an excel cell. 14 роки тому
Makefile bf70898df3 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. 14 роки тому
README 0bfe919561 First Commit 14 роки тому
doc.go 79b11a53e7 * doc.go: Added basic package documentation via a doc.go file. 14 роки тому
lib.go 03188f340e * lib.go: Actually tell me what the bad reference was in an excel cell. 14 роки тому
lib_test.go c0c95c0ddb Baseline functionality working with minimal testing - lets call this 0.01 14 роки тому
sharedstrings.go 445cb6a216 Added docstring as widely as possible 14 роки тому
sharedstrings_test.go 445cb6a216 Added docstring as widely as possible 14 роки тому
testfile.xlsx dfd19ba66e Initial untidy structure and tests 14 роки тому
workbook.go 41359b127b Extract XLSXWorksheet from XLSX file from a reference in XSLXSheet 14 роки тому
workbook_test.go c0c95c0ddb Baseline functionality working with minimal testing - lets call this 0.01 14 роки тому
worksheet.go 445cb6a216 Added docstring as widely as possible 14 роки тому
worksheet_test.go 445cb6a216 Added docstring as widely as possible 14 роки тому

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