xlsx-write-stream
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -18,3 +18,6 @@ 'use strict'; | ||
function row(index, values, shouldFormat) { | ||
return ` <row r="${index + 1}" spans="1:${values.length}" x14ac:dyDescent="0.2">${values.map((cellValue, cellIndex) => (0, _cell2.default)(cellValue, (0, _utils.getCellId)(index, cellIndex), shouldFormat)).join("\n\t\t\t")} </row>`; | ||
return ` | ||
<row r="${index + 1}" spans="1:${values.length}" x14ac:dyDescent="0.2"> | ||
${values.map((cellValue, cellIndex) => (0, _cell2.default)(cellValue, (0, _utils.getCellId)(index, cellIndex), shouldFormat)).join("\n\t\t\t")} | ||
</row>`; | ||
} |
{ | ||
"name": "xlsx-write-stream", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "XLSX stream writer", | ||
@@ -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
29768
376