Commit History

Author SHA1 Message Date
  Colin Fox 6a8352524a Added cell merging 9 years ago
  Eric 651c094057 added int64(), setint64(), and (*Row)WriteSlice() functions 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 26d82a72a2 Custom marshalling of styles, including NumFmts. 9 years ago
  Geoffrey J. Teale 4e5c01b15a Output styles information in XLSX file. 9 years ago
  Geoffrey J. Teale a1ecaf804a Tests style elements getting added into the 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 c30d4a91c8 Split cell.go into cell.go and style.go 10 years ago
  Andrew Schwartz b05cadc8a8 Add hidden cell property and rudimentary column support 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 eb12bbfbd0 Make cell.String() call through to cell.FormattedValue() by default. 10 years ago
  Geoffrey J. Teale cc0077989c Make Cell.GetStyle handle missing xlsxCellXf.ApplyFill value. 10 years ago
  Geoffrey J. Teale 7ecfa0d472 Merge writeable-xlsx. 10 years ago
  Geoffrey J. Teale 8faffed7b8 Allow setting of fill patterns on cell. 10 years ago
  Geoffrey J. Teale f2931eadfb Create xlsxStyles from a sheet's Styles. 10 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. 10 years ago