Sin descripción

Geoffrey J. Teale 1db7a9d381 * lib_test.go: Removed unused import hace 14 años
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. hace 14 años
README 348f1b151f First Commit hace 14 años
doc.go a106d175c1 * doc.go: Added basic package documentation via a doc.go file. hace 14 años
lib.go 81782d3510 Added docstring as widely as possible hace 14 años
lib_test.go 1db7a9d381 * lib_test.go: Removed unused import hace 14 años
sharedstrings.go 81782d3510 Added docstring as widely as possible hace 14 años
sharedstrings_test.go 81782d3510 Added docstring as widely as possible hace 14 años
testfile.xlsx 5ae5b18675 Initial untidy structure and tests hace 14 años
workbook.go 81782d3510 Added docstring as widely as possible hace 14 años
workbook_test.go 81782d3510 Added docstring as widely as possible hace 14 años
worksheet.go 81782d3510 Added docstring as widely as possible hace 14 años
worksheet_test.go 81782d3510 Added docstring as widely as possible hace 14 años

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