Commit History

Author SHA1 Message Date
  Geoffrey J. Teale c1ccf0dc59 Convert worksheet_test.go to use gocheck. 11 years ago
  Geoffrey J. Teale 196249312c Fix an issue with empty rows (I forgot that these are emitted from the XML). 12 years ago
  Geoffrey J. Teale c502147d60 Use dimensions in sheet definitions instead of looping through rows/columns to find the dimensions. This should restrict the main loop to only the range of cells that are actually in use, and drop the loop finding the maximum extent. This should speed things up quite a bit. 12 years ago
  Geoffrey J. Teale 8ef999590e Remove some unused information from the low level struct definitions to simplify things a little. 12 years ago
  Steven Degutis 75d556e806 only exporting proper things 13 years ago
  Geoffrey J. Teale d41901f070 All tests passing on Go1 13 years ago
  Geoffrey J. Teale 18d5f1ea2b Now compiling with Go 1 13 years ago
  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 14 years ago
  Geoffrey J. Teale 81782d3510 Added docstring as widely as possible 14 years ago
  Geoffrey J. Teale 373a7297cc Factored out tests to files matching the source locations. 14 years ago