Cronologia Commit

Autore SHA1 Messaggio Data
  Geoffrey Teale 93266e4a34 go fmt 12 anni fa
  Geoffrey Teale 98fdad36ff Test that we can deal with arbitrarily named sheet files within the XLSX file. 12 anni fa
  Geoffrey Teale cafb1a06c7 - Make several small stylistic clean-ups. 12 anni fa
  Geoffrey Teale 4723ccf715 Remove TODO 12 anni fa
  Geoffrey Teale c9aaeaa66b Merge branch 'master' of https://github.com/kokardy/xlsx into kokardy-master 12 anni fa
  Geoffrey Teale 770d14ad55 All tests now passing 12 anni fa
  Geoffrey Teale 7a55ebf3af Add failing test for issue17 12 anni fa
  magician1 68b423b1f8 refer to xl/_rels/workbook.xml.rel 12 anni fa
  Geoffrey Teale bb321ebafe go fmt 12 anni fa
  Geoffrey Teale 9223ec35aa Fix an issue with empty rows (I forgot that these are emitted from the XML). 12 anni fa
  Geoffrey Teale 853ef2b4b3 Rename Style.Boders -> Style.Border (correctly spelt and singular). 12 anni fa
  Geoffrey Teale b3c4c018bb * Change Style.Fills -> Style.Fill (a better name for a singular element) 12 anni fa
  Geoffrey Teale 657ab10e32 go fmt 12 anni fa
  Geoffrey Teale c5b1d22372 Test copying Font information into user level cell style. 12 anni fa
  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 anni fa
  Geoffrey Teale 8526af7343 Add some extra information to style extracted from file 12 anni fa
  Geoffrey Teale d6ab48c44d Test unmarshalling fills from testfile.xlsx 12 anni fa
  Jason Hall 11f17f9886 Whoops 12 anni fa
  Jason Hall 1dfaa33b61 Split out ReadZip method that doesn't open files 12 anni fa
  Daniel YC Lin e2a5a0cf54 1. fixed get not get last column problem 12 anni fa
  Geoffrey Teale 1cd8cb3d03 go fmt 12 anni fa
  zhcy f40e3aacde add color style 13 anni fa
  zhcy 343cf2ea8b bug fix 13 anni fa
  zhcy 2ff54efcfa go fmt *.go 13 anni fa
  zhcy d64679c6e5 bug fix 13 anni fa
  zhcy 54c1bec203 add read style support 13 anni fa
  frogs 928e620c82 get max col 13 anni fa
  frogs ee1db828cc access by name 13 anni fa
  frogs da67e49700 fix bug 13 anni fa
  frogs 085125307f fix bug 13 anni fa