Commit History

Author SHA1 Message Date
  Geoffrey J. Teale 55affccb39 Address issue #3 (again) - use `xml:"attr"` instead of "attr" in structs used by xml.Unmarshall. gotest now passes on r59 14 years ago
  Geoffrey J. Teale ed1920a6a4 Fixed Issue #3 - Go does not goinstall under golang r59 14 years ago
  Geoffrey J. Teale 1f5d73fb5b Remove old README 14 years ago
  Geoffrey J. Teale 9293fee546 Moved README to README.md and added license text 14 years ago
  Geoffrey J. Teale 43793f1126 Slightly fleshed out the baselines testcase for readRowsFromSheet ahead of attempting to refactor 14 years ago
  Geoffrey J. Teale 8814fbe6ce Tested trailing space rows and fixed handling of integer fields 14 years ago
  Geoffrey J. Teale 1d21c43bbd * lib.go: Add functions to convert string coords to cartesian coords - eg "A3" -> 0,2 14 years ago
  Geoffrey J. Teale 132e094524 * lib.go: handle empty cells 14 years ago
  Geoffrey J. Teale 72cc390ef2 * lib.go: Actually tell me what the bad reference was in an excel cell. 14 years ago
  Geoffrey J. Teale 44799e921d Baseline functionality working with minimal testing - lets call this 0.01 14 years ago
  Geoffrey J. Teale 40bcbbcb5f Extract XLSXWorksheet from XLSX file from a reference in XSLXSheet 14 years ago
  Geoffrey J. Teale 1db7a9d381 * lib_test.go: Removed unused import 14 years ago
  Geoffrey J. Teale 81782d3510 Added docstring as widely as possible 14 years ago
  Geoffrey J. Teale 373a7297cc Factored out tests to files matching the source locations. 14 years ago
  Geoffrey J. Teale 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. 14 years ago
  Geoffrey J. Teale ada80d9522 * lib_test.go: Test creation of XLSXSheetStruct objects when opening a file 14 years ago
  Geoffrey J. Teale 05c6d3ed45 * lib.go: Migrated XLSXWorkbook structs out to their own file 14 years ago
  Geoffrey J. Teale a106d175c1 * doc.go: Added basic package documentation via a doc.go file. 14 years ago
  Geoffrey J. Teale 4304de9880 * lib.go: Added MakeSharedStringRefTable 14 years ago
  Geoffrey J. Teale c210db1209 * Makefile: Added standard GOLANG pkg makefile 14 years ago
  Geoffrey J. Teale 5ae5b18675 Initial untidy structure and tests 14 years ago
  Geoffrey J. Teale 348f1b151f First Commit 14 years ago