xlsx-write-stream
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -14,3 +14,3 @@ 'use strict'; | ||
return `<c r="${cell}" t="inlineStr"><is><t>${(0, _utils.escape)(value)}</t></is></c>`; | ||
} else if (value) { | ||
} else if ((0, _lodash.isNumber)(value) || value) { | ||
return `<c r="${cell}" t="n"><v>${value}</v></c>`; | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "xlsx-write-stream", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16864
0