Commit History

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