Commit History

Author SHA1 Message Date
  Geoffrey J. Teale c9dcef43eb Merge pull request #16 from brunoqc/patch-1 12 years ago
  Bruno Bigras fa03a3ad76 fixed a variable name in README.md 12 years ago
  Geoffrey J. Teale ff09d593c9 Remove extraneous "THE". 12 years ago
  Geoffrey J. Teale 07e9881856 Remove reference to FreeBSD in license text *doh* 12 years ago
  Geoffrey J. Teale 65f3ddd909 Update README with an example. 12 years ago
  Geoffrey J. Teale 79e870b623 go fmt 12 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 2474321062 Rename Style.Boders -> Style.Border (correctly spelt and singular). 12 years ago
  Geoffrey J. Teale 0e341d43a5 * Change Style.Fills -> Style.Fill (a better name for a singular element) 12 years ago
  Geoffrey J. Teale a3128a11df go fmt 12 years ago
  Geoffrey J. Teale e20fec90df Test copying Font information into user level cell style. 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
  Geoffrey J. Teale 2c1335f283 Add some extra information to style extracted from file 12 years ago
  Geoffrey J. Teale 872b35ec62 Test unmarshalling fills from testfile.xlsx 12 years ago
  Geoffrey J. Teale 7dc33dbb53 Add TestReadStylesFromZipFile. 12 years ago
  Geoffrey J. Teale a484a9c9c8 Merge pull request #15 from ImJasonH/patch-1 12 years ago
  Jason Hall 8481ccd3f9 Whoops 12 years ago
  Jason Hall b125194a52 Split out ReadZip method that doesn't open files 12 years ago
  Geoffrey J. Teale da1e4b8d90 Merge pull request #14 from dlintw/master 12 years ago
  Daniel YC Lin 720616c87c 1. fixed get not get last column problem 12 years ago
  Geoffrey J. Teale e1b62dc4b4 go fmt 12 years ago
  Geoffrey J. Teale 8da270c26d Remove struct tags blocking unmarshal. 12 years ago
  Geoffrey J. Teale 013a99ce1d Restored tests to working state and recovered testfile.xlsx. 13 years ago
  Geoffrey J. Teale 71417c366e Fixed TestReadRowsFromSheet following pulls of two succesive patches that broke it. 13 years ago
  Geoffrey J. Teale ea25024771 Merge pull request #9 from zhcy/master 13 years ago
  zhcy 412405ef96 add color style 13 years ago
  zhcy f3d89a40af bug fix 13 years ago
  zhcy c5bec4b6ec go fmt *.go 13 years ago
  zhcy 57a0c4a450 bug fix 13 years ago