Commit History

作者 SHA1 備註 提交日期
  Ivan Anfilatov 0abbbc061d add test coverage for err in Cell.ToDate 9 年之前
  Ivan Anfilatov d553e75f05 add method Cell.ToDate(date1904 bool) 9 年之前
  GaoXiang 3a7d1a568d make SetInt, SetInt64, SetFloat set value with CellTypeGeneral 9 年之前
  GaoXiang afb0e7ea86 1. make WriteSlice and WriteStruct write value with builtin format to general format 9 年之前
  santsai 4347854c6d fix up date relate tests 9 年之前
  Joshua Baker 6faf83bedc Unit tests for "mmmm" and "dddd" 9 年之前
  Geoffrey J. Teale 5b867b4a4a Omit unneeded cellStyles, cellStyle, cellStyle.Xf. 9 年之前
  Shawn Milochik 0977a005fb Clean up the tests bloated by this branch. 9 年之前
  Shawn Milochik 741c14c929 test fixes for issue 191 9 年之前
  Geoffrey J. Teale ade07d4004 Make AddSheet return error when trying to use a duplicate name. Fixes #148. 10 年之前
  Matt Aimonetti 3a32f05dd8 export the cell numeric format so a formula cell can be set to percent for instance 10 年之前
  Geoffrey J. Teale d05a6ded07 Provide SafeFormattedValue function on Cell, to allow access to underlying error conditions. 10 年之前
  Shawn Milochik 32f8d588ea Merge pull request #120 from klniu/master 10 年之前
  Shawn Milochik 14bd6a9a69 Make date parsing dynamic. 10 年之前
  Hugh Gao 707568c5c2 Optimize the output number for small float. 10 年之前
  Hugh Gao 7323f9b5f6 Fixed: SetFloatWithFormat can't write the value with proper precision. 10 年之前
  Hugh Gao d2bd8c034d Added date format yyyy/mm/dd 10 年之前
  Shawn Milochik 28bc0d2ac3 Proposal for #106. 10 年之前
  Shawn Milochik 2e653b4b66 regression test for #101 10 年之前
  Shawn Milochik d2babba81c Fix #101 10 年之前
  Brian Smith 760fc7584f Fix a number of small issues with number format handling 11 年之前
  Yoshiki Shibukawa 8e750645ea reduce memory usage 11 年之前
  Yoshiki Shibukawa 887bd69e65 add cell types like int, float, boolean, formula 11 年之前
  Geoffrey J. Teale 26d82a72a2 Custom marshalling of styles, including NumFmts. 11 年之前
  Geoffrey J. Teale b77a8ef11d Switch to creating style information, for every cell, as we go, instead of 11 年之前
  Geoffrey J. Teale c30d4a91c8 Split cell.go into cell.go and style.go 11 年之前
  bronze1man 137ee1c5ac gofmt -w -s . 11 年之前
  Geoffrey J. Teale cc0077989c Make Cell.GetStyle handle missing xlsxCellXf.ApplyFill value. 11 年之前
  Geoffrey J. Teale 7ecfa0d472 Merge writeable-xlsx. 11 年之前
  Geoffrey J. Teale 8faffed7b8 Allow setting of fill patterns on cell. 11 年之前