Commit History

Author SHA1 Message Date
  Moch.Lutfi 22d6022536 Revert code. 11 years ago
  Moch.Lutfi eedcf11f5c Merge remote-tracking branch 'origin/master' into fix-panic-issue 11 years ago
  Geoffrey J. Teale 1af9906a50 Deal with XLSX worksheets that only set the coords on *some* cells. 11 years ago
  Moch. Lutfi fba005ef34 Fix panic problem when open file 11 years ago
  Yoshiki Shibukawa 5a5dbe9df1 Sheet.File is not assigned when creating object 11 years ago
  Yoshiki Shibukawa 8e750645ea reduce memory usage 11 years ago
  Yoshiki Shibukawa 887bd69e65 add cell types like int, float, boolean, formula 11 years ago
  Geoffrey J. Teale 53b289a753 Stop trying to assign to a nil map. *doh* 11 years ago
  Herman Schaaf e98585be97 Add boolean Hidden field on Sheet 11 years ago
  Geoffrey J. Teale ffa2755661 Handle numFmts consistently. 11 years ago
  Geoffrey J. Teale 87677e0c11 Merge output-styles branch. 11 years ago
  Geoffrey J. Teale 00d7b43c2d Rename styles to styleSheet (as per XML). 11 years ago
  Geoffrey J. Teale 3db1f27860 Include theme1.xml in workbook rels. 11 years ago
  Geoffrey J. Teale 1a95adccc5 Fix index error when no column is defined that overlaps the cell definition. 11 years ago
  Geoffrey J. Teale 989a8bf5ee Merge branch 'output-styles' 11 years ago
  Geoffrey J. Teale b77a8ef11d Switch to creating style information, for every cell, as we go, instead of 11 years ago
  Geoffrey J. Teale 0982133ff0 Go back to 1 based column indexing. 11 years ago
  Geoffrey J. Teale 60ffcaa279 Use zero index for <col> min and max. 11 years ago
  Geoffrey J. Teale 1580d57bdc Copy in column definitions from XLSX files, expanding them into one definition 11 years ago
  Geoffrey J. Teale 28307f3607 Output Cols. 11 years ago
  Geoffrey J. Teale 84771b350c Drop execute permission that some files had 11 years ago
  Geoffrey J. Teale a208862191 go fmt 11 years ago
  Geoffrey J. Teale 607ad9c7cd Merge branch 'master' of github.com:tealeg/xlsx 11 years ago
  Geoffrey J. Teale 2d30d5cbf8 Write sheet name back to sheet so it's accessible. 11 years ago
  Geoffrey J. Teale 290b6017d3 Merge pull request #55 from trinchan/master 11 years ago
  trinchan 7b30fb34bd Set Hidden field on Row 11 years ago
  Geoffrey J. Teale 0d6c760ec8 Merge pull request #54 from trinchan/master 11 years ago
  trinchan 9b5184276f Remove math dependency 11 years ago
  trinchan 416524e8d2 Remove runtime package dependency, properly get max int. 11 years ago
  Andrew Schwartz dc38e85dfc update tests, initialize cols array 11 years ago