xlsx-write-stream
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -14,4 +14,6 @@ 'use strict'; | ||
return `<c r="${cell}" t="inlineStr"><is><t>${(0, _utils.escape)(value)}</t></is></c>`; | ||
} else if (value) { | ||
return `<c r="${cell}" t="n"><v>${value}</v></c>`; | ||
} | ||
return `<c r="${cell}" t="n"><v>${value}</v></c>`; | ||
return ''; | ||
}; | ||
@@ -18,0 +20,0 @@ |
{ | ||
"name": "xlsx-write-stream", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Apify xlsx write stream helper", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
15768
332