xlsx-write-stream
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -19,5 +19,5 @@ 'use strict'; | ||
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>`; | ||
<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.22", | ||
"version": "0.0.23", | ||
"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
29780