Sen descrición

Geoffrey Teale c365aeeec4 Tested trailing space rows and fixed handling of integer fields %!s(int64=14) %!d(string=hai) anos
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. %!s(int64=14) %!d(string=hai) anos
README 0bfe919561 First Commit %!s(int64=14) %!d(string=hai) anos
doc.go 79b11a53e7 * doc.go: Added basic package documentation via a doc.go file. %!s(int64=14) %!d(string=hai) anos
lib.go c365aeeec4 Tested trailing space rows and fixed handling of integer fields %!s(int64=14) %!d(string=hai) anos
lib_test.go c365aeeec4 Tested trailing space rows and fixed handling of integer fields %!s(int64=14) %!d(string=hai) anos
sharedstrings.go 445cb6a216 Added docstring as widely as possible %!s(int64=14) %!d(string=hai) anos
sharedstrings_test.go 445cb6a216 Added docstring as widely as possible %!s(int64=14) %!d(string=hai) anos
testfile.xlsx dfd19ba66e Initial untidy structure and tests %!s(int64=14) %!d(string=hai) anos
workbook.go f8f352ba5c * lib.go: Add functions to convert string coords to cartesian coords - eg "A3" -> 0,2 %!s(int64=14) %!d(string=hai) anos
workbook_test.go c0c95c0ddb Baseline functionality working with minimal testing - lets call this 0.01 %!s(int64=14) %!d(string=hai) anos
worksheet.go 445cb6a216 Added docstring as widely as possible %!s(int64=14) %!d(string=hai) anos
worksheet_test.go 445cb6a216 Added docstring as widely as possible %!s(int64=14) %!d(string=hai) anos

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