Commit History

Author SHA1 Message Date
  zhcy 2ff54efcfa go fmt *.go 13 years ago
  zhcy d64679c6e5 bug fix 13 years ago
  zhcy 54c1bec203 add read style support 13 years ago
  Geoff Teale f4797b0fb0 Merge pull request #8 from frogs/master 13 years ago
  frogs de5190a2a6 bug fix 13 years ago
  frogs 43f1615e1e delete 13 years ago
  frogs 928e620c82 get max col 13 years ago
  frogs ee1db828cc access by name 13 years ago
  Geoff Teale 6b81cde0ff Merge pull request #7 from frogs/master 13 years ago
  frogs da67e49700 fix bug 13 years ago
  frogs 085125307f fix bug 13 years ago
  frogs 678ae2a707 bug fix 13 years ago
  Geoff Teale ffaa98fa74 Merge pull request #6 from sdegutis/master 14 years ago
  Steven Degutis ce25865acc only exporting proper things 14 years ago
  Geoffrey Teale f864c307ed Removed Makefile as Go1 makes this unnecessary. 14 years ago
  Geoffrey Teale 601e7f42e4 All tests passing on Go1 14 years ago
  Geoffrey Teale d0420eeba8 Now compiling with Go 1 14 years ago
  Geoffrey Teale b2f81d433b Made reference to xslx2csv (https://github.com/tealeg/xlsx2csv) as an example of how to use XLSX. 14 years ago
  Geoffrey Teale abbe40bca7 Addressed issue #2 - readRowsFromSheet now managably small and much clearer 14 years ago
  Geoffrey Teale b3546240e3 Removed second panic call as this code could never be reached 14 years ago
  Geoffrey Teale 455e73bcf9 Fixed duplicate empty cell creation inf readRowsFromSheet as reported in issue #4 14 years ago
  Geoffrey Teale fe870cea58 Moved construction of blank row out to seperate function as part of addressing issue #2 14 years ago
  Geoffrey Teale 32d00f0a04 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 Teale 5914d6ecbc Fixed Issue #3 - Go does not goinstall under golang r59 14 years ago
  Geoffrey Teale 8ac1b1b93e Remove old README 14 years ago
  Geoffrey Teale 3cae80f49d Moved README to README.md and added license text 14 years ago
  Geoffrey Teale 9d265441e1 Slightly fleshed out the baselines testcase for readRowsFromSheet ahead of attempting to refactor 14 years ago
  Geoffrey Teale c365aeeec4 Tested trailing space rows and fixed handling of integer fields 14 years ago
  Geoffrey Teale f8f352ba5c * lib.go: Add functions to convert string coords to cartesian coords - eg "A3" -> 0,2 14 years ago
  Geoffrey Teale a0b92bcaee * lib.go: handle empty cells 14 years ago