Commit History

Author SHA1 Message Date
  blackss2 ca4a24843f update test codes 9 years ago
  Shawn Milochik 8fbad487b8 Merge pull request #118 from klniu/master 9 years ago
  Brian Smith 93baff76b5 Add test for opening workbooks containing chartsheets 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
  Shawn Milochik 761bdfa2de Merge pull request #110 from greenenergy/master 9 years ago
  Colin Fox 6c084d0a5d Removed commented lines 9 years ago
  Shawn Milochik 036ba1c733 Hack to fix #63 and #91. 9 years ago
  Colin Fox 22869abfd2 Fixed unit tests to account for new styles 9 years ago
  Shawn Milochik 330db4d7cc gofmt 9 years ago
  crahles 8b4a772896 add theme1.xml ref to ContentTypes 9 years ago
  Yoshiki Shibukawa a543de52b5 fix unit test 9 years ago
  Yoshiki Shibukawa 662349655f Fix for #78 : Change default behavior when reading empty cols and rows. Now it returns empty cells. And now it reads Col.Width. 9 years ago
  Yoshiki Shibukawa 8e750645ea reduce memory usage 9 years ago
  Yoshiki Shibukawa 887bd69e65 add cell types like int, float, boolean, formula 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 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 b887e82459 Drop style information from columns. 9 years ago
  Geoffrey J. Teale 26d82a72a2 Custom marshalling of styles, including NumFmts. 9 years ago
  Geoffrey J. Teale f5e81a6a44 Don't indent marshalled XML. 9 years ago
  Geoffrey J. Teale aee85d2a83 Make workboook file match the output of libreoffice. 9 years ago
  Geoffrey J. Teale 5bc19360e7 Worksheet output identical to LibreOffice for empty sheet. 9 years ago
  Geoffrey J. Teale ffa2755661 Handle numFmts consistently. 9 years ago
  Geoffrey J. Teale 87677e0c11 Merge output-styles branch. 9 years ago
  Geoffrey J. Teale 2cc795381d Add color element to styleSheet/fonts/font. 9 years ago
  Geoffrey J. Teale 00d7b43c2d Rename styles to styleSheet (as per XML). 9 years ago
  Geoffrey J. Teale c07706c1ce Add count attribute to styles/cellStyleXfs and styles/cellXfs elements. 9 years ago
  Geoffrey J. Teale 4e5c6a0161 Add count to style/borders element. 9 years ago
  Geoffrey J. Teale 016971f0e0 Add count to style/fills element. 9 years ago