提交历史

作者 SHA1 备注 提交日期
  Geoffrey J. Teale 79e870b623 go fmt 12 年之前
  Geoffrey J. Teale 196249312c Fix an issue with empty rows (I forgot that these are emitted from the XML). 12 年之前
  Geoffrey J. Teale 0e341d43a5 * Change Style.Fills -> Style.Fill (a better name for a singular element) 12 年之前
  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 年之前
  Geoffrey J. Teale 8ef999590e Remove some unused information from the low level struct definitions to simplify things a little. 12 年之前
  zhcy f3d89a40af bug fix 13 年之前
  zhcy c5bec4b6ec go fmt *.go 13 年之前
  zhcy 46087827d6 add read style support 13 年之前
  frogs 7f09bfb98c get max col 13 年之前
  Steven Degutis 75d556e806 only exporting proper things 13 年之前
  Geoffrey J. Teale d41901f070 All tests passing on Go1 13 年之前
  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 年之前
  Geoffrey J. Teale 81782d3510 Added docstring as widely as possible 14 年之前
  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. 14 年之前