Commit History

Author SHA1 Message Date
  Shawn Milochik a8a8c42e08 Better fix for #101 from @qiuly in #104. 10 years ago
  Shawn Milochik c097228520 typo fix 10 years ago
  Shawn Milochik 4b3c9ed33d Fixes #101 without breaking the tests. 10 years ago
  Shawn Milochik d2babba81c Fix #101 10 years ago
  Eric 651c094057 added int64(), setint64(), and (*Row)WriteSlice() functions 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 26d82a72a2 Custom marshalling of styles, including NumFmts. 11 years ago
  Geoffrey J. Teale 4e5c01b15a Output styles information in XLSX file. 11 years ago
  Geoffrey J. Teale a1ecaf804a Tests style elements getting added into the 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 c30d4a91c8 Split cell.go into cell.go and style.go 11 years ago
  Andrew Schwartz b05cadc8a8 Add hidden cell property and rudimentary column support 11 years ago
  Geoffrey J. Teale a57e267ebc go fmt 11 years ago
  Geoffrey J. Teale 80ea6d90cd Guard against the complete absence of styles. 11 years ago
  Geoffrey J. Teale eb12bbfbd0 Make cell.String() call through to cell.FormattedValue() by default. 11 years ago
  Geoffrey J. Teale cc0077989c Make Cell.GetStyle handle missing xlsxCellXf.ApplyFill value. 11 years ago
  Geoffrey J. Teale 7ecfa0d472 Merge writeable-xlsx. 11 years ago
  Geoffrey J. Teale 8faffed7b8 Allow setting of fill patterns on cell. 11 years ago
  Geoffrey J. Teale f2931eadfb Create xlsxStyles from a sheet's Styles. 11 years ago
  Geoffrey J. Teale f06b375a2e Split out lib.go and lib_test.go to several smaller files, this helps make things a bit more readable. 11 years ago