g-spreadsheet
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -103,3 +103,3 @@ | ||
else if (value == undefined) value = null; | ||
else if (typeof value == 'string') value = entities.decode(value); | ||
else if (typeof value == 'string') value = value; | ||
newEntry[columnHeader[j]] = value; | ||
@@ -106,0 +106,0 @@ } |
@@ -9,3 +9,3 @@ { | ||
"description": "Google Spreadsheet Data API -- simple interface to read rows and cells", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"keywords": [ | ||
@@ -12,0 +12,0 @@ "google spreadsheet", |
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
5275