Commit történet

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