Skip to content

Commit

Permalink
fixed issue jpillora#78, getValues option not getting passed to gscel…
Browse files Browse the repository at this point in the history
…l2cell()
  • Loading branch information
matterantimatter committed Jun 5, 2015
1 parent 6a26dc9 commit 8e93122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spreadsheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit 8e93122

Please sign in to comment.