Comparing version 0.2.1 to 0.2.2
2
j.js
@@ -22,3 +22,3 @@ /* j -- (C) 2013-2014 SheetJS -- http://sheetjs.com */ | ||
workbook.SheetNames.forEach(function(sheetName) { | ||
var roa = XL.utils.sheet_to_row_object_array(workbook.Sheets[sheetName], raw); | ||
var roa = XL.utils.sheet_to_row_object_array(workbook.Sheets[sheetName], {raw:raw}); | ||
if(roa.length > 0) result[sheetName] = roa; | ||
@@ -25,0 +25,0 @@ }); |
{ | ||
"name": "j", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "sheetjs", | ||
@@ -5,0 +5,0 @@ "description": "data wrangler", |
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
10559