nextalys-js-helpers
Advanced tools
Comparing version
@@ -30,2 +30,3 @@ export interface GetExcelWorksheetOptions { | ||
worksheetName: string; | ||
frozenRows?: number; | ||
tabColor?: string; | ||
@@ -32,0 +33,0 @@ outlineLevelCol?: number; |
@@ -273,2 +273,5 @@ "use strict"; | ||
}); | ||
if (worksheetOptions.frozenRows) { | ||
ws.views = [{ state: "frozen", xSplit: 0, ySplit: worksheetOptions.frozenRows }]; | ||
} | ||
worksheetWrapper = { data: worksheetOptions.data, worksheet: ws }; | ||
@@ -275,0 +278,0 @@ worksheets.push(worksheetWrapper); |
{ | ||
"name": "nextalys-js-helpers", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "Nextalys Javascript Helpers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1252050
0.03%19314
0.02%