Commit History

Author SHA1 Message Date
  Geoffrey J. Teale c9054f4ae9 Merge pull request #187 from derlinkshaender/DefinedNames 8 years ago
  Geoffrey J. Teale 053c24050d Merge branch 'nguyenthenguyen-master' 8 years ago
  Geoffrey J. Teale 63bbc2b217 Fix tests to reflect alignment changes. 8 years ago
  Geoffrey J. Teale 8da05f8a3c Merge branch 'master' of https://github.com/nguyenthenguyen/xlsx into nguyenthenguyen-master 8 years ago
  Geoffrey J. Teale e6c0dad147 Merge pull request #183 from klniu/master 8 years ago
  DerLinkshaender 9bc5936b00 added DefinedNames to the file struct by looping over defined names in the function readSheetsFromZipFile() 8 years ago
  Nguyen Nguyen 6a5b28f75e alignment attributes can be missing but they can't be empty 8 years ago
  Hugh Gao 31f2598381 fix not writing to file for some items in Alignment style. 8 years ago
  Geoffrey J. Teale 4076bd52f2 Merge pull request #181 from ivnivnch/master 9 years ago
  ivnivnch 7236ba74e4 check Stringer first 9 years ago
  ivnivnch 53181919fb fmt.Stringer interface support in WriteSlice & WriteStruct 9 years ago
  Geoffrey J. Teale 05c825a040 Merge pull request #176 from snoozer05/fix-readme 9 years ago
  SHIMADA Koji 8fcee27bae Fix sample code on README 9 years ago
  Geoffrey J. Teale 88f45e3cbb Merge branch 'master' of github.com:tealeg/xlsx 9 years ago
  Geoffrey J. Teale bb3adc53a2 Merge branch 'oneoffcode-master' 9 years ago
  Geoffrey J. Teale 8504e7b1ff Test for defaulted alignment values. 9 years ago
  Geoffrey J. Teale 6c607781d3 Alignment is correctly read from styles. 9 years ago
  Geoffrey J. Teale d8326a60dc Merge branch 'master' of https://github.com/oneoffcode/xlsx into oneoffcode-master 9 years ago
  Geoffrey J. Teale 230b6667ba Merge pull request #171 from klniu/master 9 years ago
  Geoffrey J. Teale ade07d4004 Make AddSheet return error when trying to use a duplicate name. Fixes #148. 9 years ago
  Geoffrey J. Teale c8bbe4d758 Initialise empty Col structs to have a Min and Max value of 1. Fixes #170 9 years ago
  Geoffrey J. Teale d9dc7c3940 Merge pull request #169 from blackss2/master 9 years ago
  Geoffrey J. Teale cc8b45f70d Merge pull request #168 from boxofrad/fix-off-by-one-error 9 years ago
  Geoffrey J. Teale fe6c69dcfc Update Copyright years 9 years ago
  Geoffrey J. Teale e07ef57987 Populate the VMerge and HMerge properties of the cell based on the xlsxWorksheet.MergeCells. 9 years ago
  Geoffrey J. Teale 64a0e78de0 Assert that MergeCells is correctly read from sheet.xml 9 years ago
  Hugh Gao 7caacb81ce WriteSlice supports write []interface{} 9 years ago
  blackss2 c2f955a96d add OpenBinary & OpenReaderAt 9 years ago
  Daniel Upton ad8da1d17b Fix "off by one" bug when the spreadsheet omits empty rows 9 years ago
  Geoffrey J. Teale 9d49644395 Merge pull request #161 from mattetti/ma-export-cell-numformat 9 years ago