Commit History

Author SHA1 Message Date
  Joshua Baker 7b3d868099 Fixed DefinedNames.DefinedName pointer issue. 8 years ago
  Thieu Pham 53011b0002 Skip string literals and not try to shift those literals looking like cell labels 8 years ago
  Thieu Pham a63081780a No need to try to put the $ back into the formula where there are none to begin with. 8 years ago
  Thieu Pham 903be92e82 Should take absolute cell references ($) into consideration for shared formulas 8 years ago
  DerLinkshaender 9bc5936b00 added DefinedNames to the file struct by looping over defined names in the function readSheetsFromZipFile() 8 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 cc8b45f70d Merge pull request #168 from boxofrad/fix-off-by-one-error 9 years ago
  Geoffrey J. Teale e07ef57987 Populate the VMerge and HMerge properties of the cell based on the xlsxWorksheet.MergeCells. 9 years ago
  Daniel Upton ad8da1d17b Fix "off by one" bug when the spreadsheet omits empty rows 9 years ago
  Matt Aimonetti 3a32f05dd8 export the cell numeric format so a formula cell can be set to percent for instance 9 years ago
  Geoffrey J. Teale 8b98a07e3f Rework patch to set Row.Sheet at point of creation, and avoid additional loop. Fix call sites and unit tests, adding assertions as I went. 9 years ago
  Brandon Mulcahy df0912fb96 Set Sheet attr of each Row in readSheetFromFile 9 years ago
  Geoffrey J. Teale 6df8184fc1 Error when opening a file with no worksheets. 9 years ago
  Geoffrey J. Teale de62f3bac3 Error when opening file without workbook_rels. 9 years ago
  fzerorubigd f9c709fad6 prevent un handled panic in open xslx 9 years ago
  Geoffrey J. Teale 9d6776b130 Resolve conflict 9 years ago
  Geoffrey J. Teale e3bfe28166 Merge pull request #126 from tealeg/panic_on_bad_r_value 9 years ago
  Brandon Mulcahy 9a9f738079 Fix doc comment for XLSXReaderError.Error() 9 years ago
  blackss2 b61301369f add read col style from xlsx 9 years ago
  Shawn Milochik 5db22376c5 Fix panic on invalid value for "r" attribute in <row>. 9 years ago
  Andrew Schwartz 53f407200a properly check column hidden for cell hidden logic 9 years ago
  Geoffrey J. Teale fa6af7b37b Merge pull request #117 from tealeg/nil_formula_fix 9 years ago
  Shawn Milochik 244c4885f6 Fix for a nil formula when the raw cell type is error (e). 9 years ago
  Brian Smith 8921c11e37 Prevent workbooks with chartsheets from causing panics 9 years ago
  Brian Smith c969d7fd0c Prevent cells from being clobbered in worksheets without an initial column 9 years ago
  Brian Smith 4975f0af52 Merge remote-tracking branch 'tealeg/master' 9 years ago
  Brian Smith ba6dc35b45 Expose default col width and default row height 9 years ago
  Shawn Milochik 330db4d7cc gofmt 9 years ago
  Brian Smith be4c70439f Initial support for themes 9 years ago
  Brian Smith 805c7ea3c5 Add a simple shared formula test 9 years ago