Commit History

Author SHA1 Message Date
  Daniel YC Lin 720616c87c 1. fixed get not get last column problem 11 years ago
  Geoffrey J. Teale e1b62dc4b4 go fmt 11 years ago
  zhcy 412405ef96 add color style 11 years ago
  zhcy f3d89a40af bug fix 11 years ago
  zhcy c5bec4b6ec go fmt *.go 11 years ago
  zhcy 57a0c4a450 bug fix 11 years ago
  zhcy 46087827d6 add read style support 11 years ago
  frogs 7f09bfb98c get max col 11 years ago
  frogs 7f3a4b520b access by name 11 years ago
  frogs 80a577b592 fix bug 11 years ago
  frogs 5623a139eb fix bug 11 years ago
  Steven Degutis 75d556e806 only exporting proper things 12 years ago
  Geoffrey J. Teale d41901f070 All tests passing on Go1 12 years ago
  Geoffrey J. Teale 18d5f1ea2b Now compiling with Go 1 12 years ago
  Geoffrey J. Teale cf575e1393 Addressed issue #2 - readRowsFromSheet now managably small and much clearer 13 years ago
  Geoffrey J. Teale e9278b5804 Removed second panic call as this code could never be reached 13 years ago
  Geoffrey J. Teale 02c684ca8e Fixed duplicate empty cell creation inf readRowsFromSheet as reported in issue #4 13 years ago
  Geoffrey J. Teale a7928080db Moved construction of blank row out to seperate function as part of addressing issue #2 13 years ago
  Geoffrey J. Teale ed1920a6a4 Fixed Issue #3 - Go does not goinstall under golang r59 13 years ago
  Geoffrey J. Teale 8814fbe6ce Tested trailing space rows and fixed handling of integer fields 13 years ago
  Geoffrey J. Teale 1d21c43bbd * lib.go: Add functions to convert string coords to cartesian coords - eg "A3" -> 0,2 13 years ago
  Geoffrey J. Teale 132e094524 * lib.go: handle empty cells 13 years ago
  Geoffrey J. Teale 72cc390ef2 * lib.go: Actually tell me what the bad reference was in an excel cell. 13 years ago
  Geoffrey J. Teale 44799e921d Baseline functionality working with minimal testing - lets call this 0.01 13 years ago
  Geoffrey J. Teale 40bcbbcb5f Extract XLSXWorksheet from XLSX file from a reference in XSLXSheet 13 years ago
  Geoffrey J. Teale 81782d3510 Added docstring as widely as possible 13 years ago
  Geoffrey J. Teale 373a7297cc Factored out tests to files matching the source locations. 13 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. 13 years ago
  Geoffrey J. Teale 05c6d3ed45 * lib.go: Migrated XLSXWorkbook structs out to their own file 13 years ago
  Geoffrey J. Teale 4304de9880 * lib.go: Added MakeSharedStringRefTable 13 years ago