g-spreadsheet
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -76,3 +76,3 @@ | ||
var result = []; | ||
this.getCells({"min-row": 1, "max-row": 1, "min-cols": self.cols}, function (e, body) { | ||
this.getCells({"min-row": 1, "max-row": 1, "min-col": 1, "max-col": self.cols}, function (e, body) { | ||
if (e) return cb(e); | ||
@@ -79,0 +79,0 @@ var columnHeader = []; |
@@ -9,3 +9,3 @@ { | ||
"description": "Google Spreadsheet Data API -- simple interface to read rows and cells", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"keywords": [ | ||
@@ -12,0 +12,0 @@ "google", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4821
5
13