Commit History

Author SHA1 Message Date
  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
  Geoffrey J. Teale c0ef13e951 Merge pull request #8 from frogs/master 11 years ago
  frogs 75ecafd261 bug fix 11 years ago
  frogs 9c5a00a539 delete 11 years ago
  frogs 7f09bfb98c get max col 11 years ago
  frogs 7f3a4b520b access by name 11 years ago
  Geoffrey J. Teale a6255da06b Merge pull request #7 from frogs/master 11 years ago
  frogs 80a577b592 fix bug 11 years ago
  frogs 5623a139eb fix bug 11 years ago
  frogs 7f07add817 bug fix 11 years ago
  Geoffrey J. Teale 93cdebbc7a Merge pull request #6 from sdegutis/master 12 years ago
  Steven Degutis 75d556e806 only exporting proper things 12 years ago
  Geoffrey J. Teale 4de32e8147 Removed Makefile as Go1 makes this unnecessary. 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 dd230615a6 Made reference to xslx2csv (https://github.com/tealeg/xlsx2csv) as an example of how to use XLSX. 13 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 55affccb39 Address issue #3 (again) - use `xml:"attr"` instead of "attr" in structs used by xml.Unmarshall. gotest now passes on r59 13 years ago
  Geoffrey J. Teale ed1920a6a4 Fixed Issue #3 - Go does not goinstall under golang r59 13 years ago
  Geoffrey J. Teale 1f5d73fb5b Remove old README 13 years ago
  Geoffrey J. Teale 9293fee546 Moved README to README.md and added license text 13 years ago
  Geoffrey J. Teale 43793f1126 Slightly fleshed out the baselines testcase for readRowsFromSheet ahead of attempting to refactor 13 years ago
  Geoffrey J. Teale 8814fbe6ce Tested trailing space rows and fixed handling of integer fields 13 years ago