История коммитов

Автор SHA1 Сообщение Дата
  Geoffrey Teale 1cd8cb3d03 go fmt 12 лет назад
  Geoffrey Teale 6c1a2a1b1d Remove struct tags blocking unmarshal. 12 лет назад
  Geoff Teale 83cfcb3d79 Restored tests to working state and recovered testfile.xlsx. 13 лет назад
  Geoff Teale 9e213c4057 Fixed TestReadRowsFromSheet following pulls of two succesive patches that broke it. 13 лет назад
  Geoff Teale 9220224285 Merge pull request #9 from zhcy/master 13 лет назад
  zhcy f40e3aacde add color style 13 лет назад
  zhcy 343cf2ea8b bug fix 13 лет назад
  zhcy 2ff54efcfa go fmt *.go 13 лет назад
  zhcy d64679c6e5 bug fix 13 лет назад
  zhcy 54c1bec203 add read style support 13 лет назад
  Geoff Teale f4797b0fb0 Merge pull request #8 from frogs/master 13 лет назад
  frogs de5190a2a6 bug fix 13 лет назад
  frogs 43f1615e1e delete 13 лет назад
  frogs 928e620c82 get max col 13 лет назад
  frogs ee1db828cc access by name 13 лет назад
  Geoff Teale 6b81cde0ff Merge pull request #7 from frogs/master 13 лет назад
  frogs da67e49700 fix bug 13 лет назад
  frogs 085125307f fix bug 13 лет назад
  frogs 678ae2a707 bug fix 13 лет назад
  Geoff Teale ffaa98fa74 Merge pull request #6 from sdegutis/master 13 лет назад
  Steven Degutis ce25865acc only exporting proper things 13 лет назад
  Geoffrey Teale f864c307ed Removed Makefile as Go1 makes this unnecessary. 13 лет назад
  Geoffrey Teale 601e7f42e4 All tests passing on Go1 13 лет назад
  Geoffrey Teale d0420eeba8 Now compiling with Go 1 13 лет назад
  Geoffrey Teale b2f81d433b Made reference to xslx2csv (https://github.com/tealeg/xlsx2csv) as an example of how to use XLSX. 14 лет назад
  Geoffrey Teale abbe40bca7 Addressed issue #2 - readRowsFromSheet now managably small and much clearer 14 лет назад
  Geoffrey Teale b3546240e3 Removed second panic call as this code could never be reached 14 лет назад
  Geoffrey Teale 455e73bcf9 Fixed duplicate empty cell creation inf readRowsFromSheet as reported in issue #4 14 лет назад
  Geoffrey Teale fe870cea58 Moved construction of blank row out to seperate function as part of addressing issue #2 14 лет назад
  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 лет назад