Histórico de Commits

Autor SHA1 Mensagem Data
  Geoffrey Teale f864c307ed Removed Makefile as Go1 makes this unnecessary. há 13 anos atrás
  Geoffrey Teale 601e7f42e4 All tests passing on Go1 há 13 anos atrás
  Geoffrey Teale d0420eeba8 Now compiling with Go 1 há 13 anos atrás
  Geoffrey Teale b2f81d433b Made reference to xslx2csv (https://github.com/tealeg/xlsx2csv) as an example of how to use XLSX. há 14 anos atrás
  Geoffrey Teale abbe40bca7 Addressed issue #2 - readRowsFromSheet now managably small and much clearer há 14 anos atrás
  Geoffrey Teale b3546240e3 Removed second panic call as this code could never be reached há 14 anos atrás
  Geoffrey Teale 455e73bcf9 Fixed duplicate empty cell creation inf readRowsFromSheet as reported in issue #4 há 14 anos atrás
  Geoffrey Teale fe870cea58 Moved construction of blank row out to seperate function as part of addressing issue #2 há 14 anos atrás
  Geoffrey Teale 32d00f0a04 Address issue #3 (again) - use `xml:"attr"` instead of "attr" in structs used by xml.Unmarshall. gotest now passes on r59 há 14 anos atrás
  Geoffrey Teale 5914d6ecbc Fixed Issue #3 - Go does not goinstall under golang r59 há 14 anos atrás
  Geoffrey Teale 8ac1b1b93e Remove old README há 14 anos atrás
  Geoffrey Teale 3cae80f49d Moved README to README.md and added license text há 14 anos atrás
  Geoffrey Teale 9d265441e1 Slightly fleshed out the baselines testcase for readRowsFromSheet ahead of attempting to refactor há 14 anos atrás
  Geoffrey Teale c365aeeec4 Tested trailing space rows and fixed handling of integer fields há 14 anos atrás
  Geoffrey Teale f8f352ba5c * lib.go: Add functions to convert string coords to cartesian coords - eg "A3" -> 0,2 há 14 anos atrás
  Geoffrey Teale a0b92bcaee * lib.go: handle empty cells há 14 anos atrás
  Geoffrey Teale 03188f340e * lib.go: Actually tell me what the bad reference was in an excel cell. há 14 anos atrás
  Geoff Teale c0c95c0ddb Baseline functionality working with minimal testing - lets call this 0.01 há 14 anos atrás
  Geoff Teale 41359b127b Extract XLSXWorksheet from XLSX file from a reference in XSLXSheet há 14 anos atrás
  Geoff Teale be31440332 * lib_test.go: Removed unused import há 14 anos atrás
  Geoff Teale 445cb6a216 Added docstring as widely as possible há 14 anos atrás
  Geoff Teale 0fb51f65f6 Factored out tests to files matching the source locations. há 14 anos atrás
  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. há 14 anos atrás
  Geoff Teale 0d2832c960 * lib_test.go: Test creation of XLSXSheetStruct objects when opening a file há 14 anos atrás
  Geoff Teale 5f2cd7ca5d * lib.go: Migrated XLSXWorkbook structs out to their own file há 14 anos atrás
  Geoff Teale 79b11a53e7 * doc.go: Added basic package documentation via a doc.go file. há 14 anos atrás
  Geoff Teale 61a548e27c * lib.go: Added MakeSharedStringRefTable há 14 anos atrás
  Geoff Teale 2aa70b1f16 * Makefile: Added standard GOLANG pkg makefile há 14 anos atrás
  Geoff Teale dfd19ba66e Initial untidy structure and tests há 14 anos atrás
  Geoff Teale 0bfe919561 First Commit há 14 anos atrás