Commit History

Author SHA1 Message Date
  Daniel Sont 059093e6b4 adding addition options to exporting datetime fields 7 years ago
  Ivan Anfilatov d553e75f05 add method Cell.ToDate(date1904 bool) 8 years ago
  Geoffrey J. Teale 6e9c8e467d Merge in EricLagergren-master branch and resolve conflicts. 8 years ago
  Geoffrey J. Teale b23e4ffe6d Merge pull request #232 from crvv/master 8 years ago
  GaoXiang 3a7d1a568d make SetInt, SetInt64, SetFloat set value with CellTypeGeneral 8 years ago
  GaoXiang afb0e7ea86 1. make WriteSlice and WriteStruct write value with builtin format to general format 8 years ago
  santsai fe4f636b01 fix date sub second formating 8 years ago
  crvv 1cfa76d0c3 use datetime format for Cell.SetDateTime 8 years ago
  Eric Lagergren 315c2bcfce stylistic changes 8 years ago
  Geoffrey J. Teale 78618502cc gofmt 8 years ago
  Joshua Baker abb1ada227 Added support for "mmmm" and "dddd" in excel date time parser. 8 years ago
  Shawn Milochik 2ce4db766a Fixes #191. 8 years ago
  Matt Aimonetti 3a32f05dd8 export the cell numeric format so a formula cell can be set to percent for instance 9 years ago
  Geoffrey J. Teale d05a6ded07 Provide SafeFormattedValue function on Cell, to allow access to underlying error conditions. 9 years ago
  blackss2 1119421700 change SetFloat format 0.00 => general 9 years ago
  blackss2 8678f3a787 add style to Col 9 years ago
  Shawn Milochik 32f8d588ea Merge pull request #120 from klniu/master 9 years ago
  Shawn Milochik 14bd6a9a69 Make date parsing dynamic. 9 years ago
  Hugh Gao 707568c5c2 Optimize the output number for small float. 9 years ago
  Hugh Gao 7323f9b5f6 Fixed: SetFloatWithFormat can't write the value with proper precision. 9 years ago
  Hugh Gao d0daf3ac53 Added support for built-in and user-defined NumFmt style. Now it can write float into cell with number format but not the formatted value which sometimes cause the broken file warning in Microsoft Excel. 9 years ago
  Hugh Gao d2bd8c034d Added date format yyyy/mm/dd 9 years ago
  Shawn Milochik a047531ecb Fixes #24 9 years ago
  Shawn Milochik 28bc0d2ac3 Proposal for #106. 9 years ago
  Colin Fox 1c45890ff2 Fixed merge conflict 9 years ago
  Shawn Milochik 43157e3625 golint cleanup on cell.go 9 years ago
  Shawn Milochik a8a8c42e08 Better fix for #101 from @qiuly in #104. 9 years ago
  Shawn Milochik c097228520 typo fix 9 years ago
  Shawn Milochik 4b3c9ed33d Fixes #101 without breaking the tests. 9 years ago
  Shawn Milochik d2babba81c Fix #101 9 years ago