История коммитов

Автор SHA1 Сообщение Дата
  Daniel Sont bb9725c7e5 adding unit test coverage for timezone stuff 8 лет назад
  Geoffrey J. Teale 6b2dc5715a Merge branch 'master' into master 9 лет назад
  simulot c3cef27bce TimeToExcelTime is tuncating time to second 9 лет назад
  tokyis ae1551b912 Update cell.go 9 лет назад
  tokyis d5dc146f4e Exported time functions 9 лет назад
  Daniel Sont c1f377c32f got the TZ math working 9 лет назад
  Daniel Sont e0107c0966 using offsets instead, as it uses time.Unix in calculations, making UTC conversions pointless anyways 9 лет назад
  Daniel Sont 059093e6b4 adding addition options to exporting datetime fields 9 лет назад
  Ivan Anfilatov d553e75f05 add method Cell.ToDate(date1904 bool) 9 лет назад
  Geoffrey J. Teale 6e9c8e467d Merge in EricLagergren-master branch and resolve conflicts. 9 лет назад
  Geoffrey J. Teale b23e4ffe6d Merge pull request #232 from crvv/master 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 fe4f636b01 fix date sub second formating 9 лет назад
  crvv 1cfa76d0c3 use datetime format for Cell.SetDateTime 9 лет назад
  Eric Lagergren 315c2bcfce stylistic changes 9 лет назад
  Geoffrey J. Teale 78618502cc gofmt 9 лет назад
  Joshua Baker abb1ada227 Added support for "mmmm" and "dddd" in excel date time parser. 9 лет назад
  Shawn Milochik 2ce4db766a Fixes #191. 9 лет назад
  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 лет назад
  blackss2 1119421700 change SetFloat format 0.00 => general 10 лет назад
  blackss2 8678f3a787 add style to Col 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 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. 10 лет назад
  Hugh Gao d2bd8c034d Added date format yyyy/mm/dd 10 лет назад
  Shawn Milochik a047531ecb Fixes #24 10 лет назад