Historique des commits

Auteur SHA1 Message Date
  Daniel YC Lin e2a5a0cf54 1. fixed get not get last column problem il y a 12 ans
  Geoffrey Teale 1cd8cb3d03 go fmt il y a 12 ans
  zhcy f40e3aacde add color style il y a 13 ans
  zhcy 343cf2ea8b bug fix il y a 13 ans
  zhcy 2ff54efcfa go fmt *.go il y a 13 ans
  zhcy d64679c6e5 bug fix il y a 13 ans
  zhcy 54c1bec203 add read style support il y a 13 ans
  frogs 928e620c82 get max col il y a 13 ans
  frogs ee1db828cc access by name il y a 13 ans
  frogs da67e49700 fix bug il y a 13 ans
  frogs 085125307f fix bug il y a 13 ans
  Steven Degutis ce25865acc only exporting proper things il y a 14 ans
  Geoffrey Teale 601e7f42e4 All tests passing on Go1 il y a 14 ans
  Geoffrey Teale d0420eeba8 Now compiling with Go 1 il y a 14 ans
  Geoffrey Teale abbe40bca7 Addressed issue #2 - readRowsFromSheet now managably small and much clearer il y a 14 ans
  Geoffrey Teale b3546240e3 Removed second panic call as this code could never be reached il y a 14 ans
  Geoffrey Teale 455e73bcf9 Fixed duplicate empty cell creation inf readRowsFromSheet as reported in issue #4 il y a 14 ans
  Geoffrey Teale fe870cea58 Moved construction of blank row out to seperate function as part of addressing issue #2 il y a 14 ans
  Geoffrey Teale 5914d6ecbc Fixed Issue #3 - Go does not goinstall under golang r59 il y a 14 ans
  Geoffrey Teale c365aeeec4 Tested trailing space rows and fixed handling of integer fields il y a 14 ans
  Geoffrey Teale f8f352ba5c * lib.go: Add functions to convert string coords to cartesian coords - eg "A3" -> 0,2 il y a 14 ans
  Geoffrey Teale a0b92bcaee * lib.go: handle empty cells il y a 14 ans
  Geoffrey Teale 03188f340e * lib.go: Actually tell me what the bad reference was in an excel cell. il y a 14 ans
  Geoff Teale c0c95c0ddb Baseline functionality working with minimal testing - lets call this 0.01 il y a 14 ans
  Geoff Teale 41359b127b Extract XLSXWorksheet from XLSX file from a reference in XSLXSheet il y a 14 ans
  Geoff Teale 445cb6a216 Added docstring as widely as possible il y a 14 ans
  Geoff Teale 0fb51f65f6 Factored out tests to files matching the source locations. il y a 14 ans
  Geoff Teale bf70898df3 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. il y a 14 ans
  Geoff Teale 5f2cd7ca5d * lib.go: Migrated XLSXWorkbook structs out to their own file il y a 14 ans
  Geoff Teale 61a548e27c * lib.go: Added MakeSharedStringRefTable il y a 14 ans