diff --git a/lib/spreadsheet.js b/lib/spreadsheet.js index 792b8a1..af94100 100644 --- a/lib/spreadsheet.js +++ b/lib/spreadsheet.js @@ -507,7 +507,7 @@ Spreadsheet.prototype.receive = function(options, callback) { rows[r] = {}; } - rows[r][c] = util.gcell2cell(cell, options.getValues, _this.opts.useCellTextValues); + rows[r][c] = util.gcell2cell(cell, _this.opts.getValues, _this.opts.useCellTextValues); info.lastRow = util.num(r); });