Commit History

Author SHA1 Message Date
  Geoffrey J. Teale 8b4c3f391a Merge pull request #121 from greenenergy/master 9 years ago
  Colin Fox 760e459008 Tweaked the row height custom flag 9 years ago
  Geoffrey J. Teale f931d23423 Merge pull request #123 from tealeg/parse_dates 9 years ago
  Colin Fox dca341213e Removed the IsCustom bool for row height 9 years ago
  Shawn Milochik 14bd6a9a69 Make date parsing dynamic. 9 years ago
  Colin Fox fa5e71c05d Merge branch 'dev' 9 years ago
  Colin Fox fc1fb2c800 Added tests for alignment 9 years ago
  Colin Fox d94621111c WIP tests for alignment and row height 9 years ago
  Colin Fox cf01fe6476 Removed debug print 9 years ago
  Colin Fox 8c24427672 Added cell H & V alignment support 9 years ago
  Colin Fox 3b2bef1a1d Added ability to set row height. 9 years ago
  Colin Fox ddcb0555bf Added row height 9 years ago
  Colin Fox 37c9921f5e Merge branch 'master' into dev 9 years ago
  Geoffrey J. Teale fa6af7b37b Merge pull request #117 from tealeg/nil_formula_fix 9 years ago
  Hugh Gao 707568c5c2 Optimize the output number for small float. 9 years ago
  Hugh Gao d2ec9b1688 Merge branch 'master' of https://github.com/klniu/xlsx 9 years ago
  Hugh Gao c6acfd6de1 fix adding duplicate NumFmt; fix the builtin number format code such as 00+E00 which was not recognized as builtin NumFormt. 9 years ago
  Hugh Gao 2c3b48eaf2 fix adding duplicate NumFmt; fix the builtin number format code such as 00+E00 which was not recognized as builtin NumFormt. 9 years ago
  Shawn Milochik 8fbad487b8 Merge pull request #118 from klniu/master 9 years ago
  Shawn Milochik b235ca691b Merge pull request #119 from sirwart/chartsheets 9 years ago
  Hugh Gao 427281679d Unlock styles in an idiomatic way. 9 years ago
  Brian Smith 93baff76b5 Add test for opening workbooks containing chartsheets 9 years ago
  Hugh Gao 7323f9b5f6 Fixed: SetFloatWithFormat can't write the value with proper precision. 9 years ago
  Hugh Gao 30b05c0ae3 Fixed: unsafe when generate new NumFmtId; 9 years ago
  Shawn Milochik 244c4885f6 Fix for a nil formula when the raw cell type is error (e). 9 years ago
  Shawn Milochik dacd090ce1 Merge pull request #113 from sirwart/master 9 years ago
  Brian Smith 8921c11e37 Prevent workbooks with chartsheets from causing panics 9 years ago
  Hugh Gao 0086db164a Fixed: default xf is not 0th. 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
  Brian Smith a774bd6143 Test parsing of default row height and column width 9 years ago