Commit History

Author SHA1 Message Date
  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 4975f0af52 Merge remote-tracking branch 'tealeg/master' 9 years ago
  Brian Smith 9a0749bfbd More robust checking for font attributes 9 years ago
  Kaur Kuut 6472b9e71a The xlsxFont equality checker now properly checks for B/U/I. 9 years ago
  Kaur Kuut b0bf95f328 Now correctly marshaling B/I/U in xmlStyle. 9 years ago
  Shawn Milochik fabb3b1d82 go vet 9 years ago
  Shawn Milochik 330db4d7cc gofmt 9 years ago
  Brian Smith be4c70439f Initial support for themes 9 years ago
  Brian Smith 89df3bd938 Expose various cell & font style attributes 9 years ago
  Brian Smith 94c7505565 Sometimes number formats get defined in the gaps; don't try and be clever 9 years ago
  Brian Smith 214a2549ba Fix number formats in workbooks where no custom formats are created 9 years ago
  Brian Smith 8b9abd6907 Add support for the builtin number formats 9 years ago
  Brian Smith 760fc7584f Fix a number of small issues with number format handling 9 years ago
  Geoffrey J. Teale 1af9906a50 Deal with XLSX worksheets that only set the coords on *some* cells. 9 years ago
  Yoshiki Shibukawa dacfeea7a6 fix bug when loading spreadsheet (style cache map was accessed from many goroutines) 9 years ago
  Yoshiki Shibukawa 8e750645ea reduce memory usage 9 years ago
  Geoffrey J. Teale eb8f638a2e Test xlsxXf.Equals. 9 years ago
  Geoffrey J. Teale febd164878 Test xlsxFill.Equals 9 years ago
  Geoffrey J. Teale 94ed93183b Copy old styles across, when restyling a car. 9 years ago
  Geoffrey J. Teale f199fba48e Use 1/0 instead of true/false. 9 years ago
  Geoffrey J. Teale 21092a15e4 Don't duplicate Xf's in the style file. 9 years ago
  Geoffrey J. Teale 8c9a61c07e Don't duplicate border definitions in styles. 9 years ago
  Geoffrey J. Teale 77280d2342 Don't duplicate fills in style output. 9 years ago
  Geoffrey J. Teale 49cd88c769 Fix broken XML output. 9 years ago
  Geoffrey J. Teale edec1b0df0 Don't duplicate font definition in style files. 9 years ago
  Geoffrey J. Teale 53b289a753 Stop trying to assign to a nil map. *doh* 9 years ago
  Geoffrey J. Teale 26d82a72a2 Custom marshalling of styles, including NumFmts. 9 years ago
  Geoffrey J. Teale 146a0bed66 Test empty styleSheet output from xlsxStyleSheet.Marshal() 9 years ago
  Geoffrey J. Teale ffa2755661 Handle numFmts consistently. 9 years ago