Historique des commits

Auteur SHA1 Message Date
  frogs 7f09bfb98c get max col il y a 13 ans
  frogs 7f3a4b520b access by name il y a 13 ans
  frogs 80a577b592 fix bug il y a 13 ans
  frogs 5623a139eb fix bug il y a 13 ans
  frogs 7f07add817 bug fix il y a 13 ans
  Geoffrey J. Teale 93cdebbc7a Merge pull request #6 from sdegutis/master il y a 13 ans
  Steven Degutis 75d556e806 only exporting proper things il y a 13 ans
  Geoffrey J. Teale 4de32e8147 Removed Makefile as Go1 makes this unnecessary. il y a 13 ans
  Geoffrey J. Teale d41901f070 All tests passing on Go1 il y a 13 ans
  Geoffrey J. Teale 18d5f1ea2b Now compiling with Go 1 il y a 13 ans
  Geoffrey J. Teale dd230615a6 Made reference to xslx2csv (https://github.com/tealeg/xlsx2csv) as an example of how to use XLSX. il y a 14 ans
  Geoffrey J. Teale cf575e1393 Addressed issue #2 - readRowsFromSheet now managably small and much clearer il y a 14 ans
  Geoffrey J. Teale e9278b5804 Removed second panic call as this code could never be reached il y a 14 ans
  Geoffrey J. Teale 02c684ca8e Fixed duplicate empty cell creation inf readRowsFromSheet as reported in issue #4 il y a 14 ans
  Geoffrey J. Teale a7928080db Moved construction of blank row out to seperate function as part of addressing issue #2 il y a 14 ans
  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 il y a 14 ans
  Geoffrey J. Teale ed1920a6a4 Fixed Issue #3 - Go does not goinstall under golang r59 il y a 14 ans
  Geoffrey J. Teale 1f5d73fb5b Remove old README il y a 14 ans
  Geoffrey J. Teale 9293fee546 Moved README to README.md and added license text il y a 14 ans
  Geoffrey J. Teale 43793f1126 Slightly fleshed out the baselines testcase for readRowsFromSheet ahead of attempting to refactor il y a 14 ans
  Geoffrey J. Teale 8814fbe6ce Tested trailing space rows and fixed handling of integer fields il y a 14 ans
  Geoffrey J. Teale 1d21c43bbd * lib.go: Add functions to convert string coords to cartesian coords - eg "A3" -> 0,2 il y a 14 ans
  Geoffrey J. Teale 132e094524 * lib.go: handle empty cells il y a 14 ans
  Geoffrey J. Teale 72cc390ef2 * lib.go: Actually tell me what the bad reference was in an excel cell. il y a 14 ans
  Geoffrey J. Teale 44799e921d Baseline functionality working with minimal testing - lets call this 0.01 il y a 14 ans
  Geoffrey J. Teale 40bcbbcb5f Extract XLSXWorksheet from XLSX file from a reference in XSLXSheet il y a 14 ans
  Geoffrey J. Teale 1db7a9d381 * lib_test.go: Removed unused import il y a 14 ans
  Geoffrey J. Teale 81782d3510 Added docstring as widely as possible il y a 14 ans
  Geoffrey J. Teale 373a7297cc Factored out tests to files matching the source locations. il y a 14 ans
  Geoffrey J. Teale d8266296ab 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