Historie revizí

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