Commit History

Author SHA1 Message Date
  Geoffrey J. Teale e2b3c8977f All tests now passing 11 years ago
  Geoffrey J. Teale 033984a372 Add failing test for issue17 11 years ago
  magician1 a6c85cca7b refer to xl/_rels/workbook.xml.rel 11 years ago
  Geoffrey J. Teale d396ecde77 Add issue17.xlsx so I can investigate the problem parsing it. 11 years ago
  Geoffrey J. Teale c9dcef43eb Merge pull request #16 from brunoqc/patch-1 11 years ago
  Bruno Bigras fa03a3ad76 fixed a variable name in README.md 11 years ago
  Geoffrey J. Teale ff09d593c9 Remove extraneous "THE". 11 years ago
  Geoffrey J. Teale 07e9881856 Remove reference to FreeBSD in license text *doh* 11 years ago
  Geoffrey J. Teale 65f3ddd909 Update README with an example. 11 years ago
  Geoffrey J. Teale 79e870b623 go fmt 11 years ago
  Geoffrey J. Teale 196249312c Fix an issue with empty rows (I forgot that these are emitted from the XML). 11 years ago
  Geoffrey J. Teale 2474321062 Rename Style.Boders -> Style.Border (correctly spelt and singular). 11 years ago
  Geoffrey J. Teale 0e341d43a5 * Change Style.Fills -> Style.Fill (a better name for a singular element) 11 years ago
  Geoffrey J. Teale a3128a11df go fmt 11 years ago
  Geoffrey J. Teale e20fec90df Test copying Font information into user level cell style. 11 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. 11 years ago
  Geoffrey J. Teale 8ef999590e Remove some unused information from the low level struct definitions to simplify things a little. 11 years ago
  Geoffrey J. Teale 2c1335f283 Add some extra information to style extracted from file 11 years ago
  Geoffrey J. Teale 872b35ec62 Test unmarshalling fills from testfile.xlsx 11 years ago
  Geoffrey J. Teale 7dc33dbb53 Add TestReadStylesFromZipFile. 11 years ago
  Geoffrey J. Teale a484a9c9c8 Merge pull request #15 from ImJasonH/patch-1 11 years ago
  Jason Hall 8481ccd3f9 Whoops 11 years ago
  Jason Hall b125194a52 Split out ReadZip method that doesn't open files 11 years ago
  Geoffrey J. Teale da1e4b8d90 Merge pull request #14 from dlintw/master 11 years ago
  Daniel YC Lin 720616c87c 1. fixed get not get last column problem 11 years ago
  Geoffrey J. Teale e1b62dc4b4 go fmt 11 years ago
  Geoffrey J. Teale 8da270c26d Remove struct tags blocking unmarshal. 11 years ago
  Geoffrey J. Teale 013a99ce1d Restored tests to working state and recovered testfile.xlsx. 11 years ago
  Geoffrey J. Teale 71417c366e Fixed TestReadRowsFromSheet following pulls of two succesive patches that broke it. 11 years ago
  Geoffrey J. Teale ea25024771 Merge pull request #9 from zhcy/master 11 years ago