Commit History

Author SHA1 Message Date
  Geoffrey J. Teale 0d6c760ec8 Merge pull request #54 from trinchan/master 10 years ago
  trinchan 9b5184276f Remove math dependency 10 years ago
  trinchan 416524e8d2 Remove runtime package dependency, properly get max int. 10 years ago
  Geoffrey J. Teale a5e1efbb67 Merge pull request #52 from trinchan/hidden_cells 10 years ago
  Andrew Schwartz dc38e85dfc update tests, initialize cols array 10 years ago
  Andrew Schwartz 7de83dea2b Use min max ranges for columns 10 years ago
  Andrew Schwartz 9f9941eacf Omit empty on optional column tags 10 years ago
  Andrew Schwartz b05cadc8a8 Add hidden cell property and rudimentary column support 10 years ago
  Geoffrey J. Teale cd6d411d7d Merge pull request #50 from bronze1man/pr-FileToSlice 10 years ago
  bronze1man 0330efcd64 add FileToSlice function 10 years ago
  Geoffrey J. Teale a57e267ebc go fmt 10 years ago
  Geoffrey J. Teale 80ea6d90cd Guard against the complete absence of styles. 10 years ago
  Geoffrey J. Teale 751ecc77b1 Merge branch 'master' of github.com:tealeg/xlsx 10 years ago
  Geoffrey J. Teale eb12bbfbd0 Make cell.String() call through to cell.FormattedValue() by default. 10 years ago
  Geoffrey J. Teale e53cf604af Merge pull request #47 from bronze1man/pr-sheet-order 10 years ago
  bronze1man 77c52ebc89 fix a bug with incorrectly File.Sheets order 10 years ago
  Geoffrey J. Teale 266218fa09 Merge pull request #46 from bronze1man/pr-45 10 years ago
  bronze1man 83bdc390c6 fix #45 add an isWrite option on RefTable. 10 years ago
  Geoffrey J. Teale b16a08b522 Merge pull request #44 from bronze1man/pr-gofmt 10 years ago
  bronze1man 137ee1c5ac gofmt -w -s . 10 years ago
  Geoffrey J. Teale e72544705d Test for 32bit or 64bit platform and use the appropriate max value. 10 years ago
  Geoffrey J. Teale 1dab9b1e24 - Use File.Sheets for iteration in File.MarshalParts instead of File.Sheet, to 10 years ago
  Geoffrey J. Teale 6d67e6aace Update README.org 10 years ago
  Geoffrey J. Teale cc0077989c Make Cell.GetStyle handle missing xlsxCellXf.ApplyFill value. 10 years ago
  Geoffrey J. Teale d1581978ed Restore File.Sheet and File.Sheets to their respective meanings to ensure API stability. 10 years ago
  Geoffrey J. Teale 7ecfa0d472 Merge writeable-xlsx. 10 years ago
  Geoffrey J. Teale fdf1b44e51 End-to-end test the creation, saving, loading and interrogation of an XLSX file. 10 years ago
  Geoffrey J. Teale 50066933d4 Fix type data in relationships. 10 years ago
  Geoffrey J. Teale 2885f593c6 Write parts to zip file. 10 years ago
  Geoffrey J. Teale bb8cf85896 Write stub of styles.xml out into marshalled files. 10 years ago