История коммитов

Автор SHA1 Сообщение Дата
  Geoffrey Teale 586a318b19 Remove issue17.xlsx file as test cases use embedded XML instead. 12 лет назад
  Geoffrey Teale ae948ce5d3 Add testrels.xlsx file used to test new worksheet mapping functions. 12 лет назад
  Geoffrey Teale 93266e4a34 go fmt 12 лет назад
  Geoffrey Teale 98fdad36ff Test that we can deal with arbitrarily named sheet files within the XLSX file. 12 лет назад
  Geoffrey Teale cafb1a06c7 - Make several small stylistic clean-ups. 12 лет назад
  Geoffrey Teale 4723ccf715 Remove TODO 12 лет назад
  Geoffrey Teale c9aaeaa66b Merge branch 'master' of https://github.com/kokardy/xlsx into kokardy-master 12 лет назад
  Geoffrey Teale 770d14ad55 All tests now passing 12 лет назад
  Geoffrey Teale 7a55ebf3af Add failing test for issue17 12 лет назад
  magician1 68b423b1f8 refer to xl/_rels/workbook.xml.rel 12 лет назад
  Geoffrey Teale d55ed6553e Add issue17.xlsx so I can investigate the problem parsing it. 12 лет назад
  Geoff Teale 08cbedf376 Merge pull request #16 from brunoqc/patch-1 12 лет назад
  Bruno Bigras 61caa11a0d fixed a variable name in README.md 12 лет назад
  Geoffrey Teale 49e127c62f Remove extraneous "THE". 12 лет назад
  Geoffrey Teale 3a0790f7bf Remove reference to FreeBSD in license text *doh* 12 лет назад
  Geoffrey Teale 2342eef969 Update README with an example. 12 лет назад
  Geoffrey Teale bb321ebafe go fmt 12 лет назад
  Geoffrey Teale 9223ec35aa Fix an issue with empty rows (I forgot that these are emitted from the XML). 12 лет назад
  Geoffrey Teale 853ef2b4b3 Rename Style.Boders -> Style.Border (correctly spelt and singular). 12 лет назад
  Geoffrey Teale b3c4c018bb * Change Style.Fills -> Style.Fill (a better name for a singular element) 12 лет назад
  Geoffrey Teale 657ab10e32 go fmt 12 лет назад
  Geoffrey Teale c5b1d22372 Test copying Font information into user level cell style. 12 лет назад
  Geoffrey Teale b86bdf3fdf 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 Teale c9b057a907 Remove some unused information from the low level struct definitions to simplify things a little. 12 лет назад
  Geoffrey Teale 8526af7343 Add some extra information to style extracted from file 12 лет назад
  Geoffrey Teale d6ab48c44d Test unmarshalling fills from testfile.xlsx 12 лет назад
  Geoffrey Teale 0082f222c2 Add TestReadStylesFromZipFile. 12 лет назад
  Geoff Teale 827032dcba Merge pull request #15 from ImJasonH/patch-1 12 лет назад
  Jason Hall 11f17f9886 Whoops 12 лет назад
  Jason Hall 1dfaa33b61 Split out ReadZip method that doesn't open files 12 лет назад