nextalys-js-helpers
Advanced tools
Comparing version
@@ -50,2 +50,3 @@ export interface GetExcelWorksheetOptions { | ||
worksheets?: NxsExcelWorksheet[]; | ||
outputType?: "buffer" | "file"; | ||
} | ||
@@ -52,0 +53,0 @@ export declare type GenerateExcelFileType = "string" | "base64" | "binary" | "buffer" | "file" | "array" | 'browser-file'; |
@@ -224,3 +224,3 @@ "use strict"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, this.generateExcelInternal(options, { outputType: 'buffer' })]; | ||
case 0: return [4 /*yield*/, this.generateExcelInternal(options, { outputType: (options === null || options === void 0 ? void 0 : options.outputType) || 'buffer' })]; | ||
case 1: return [2 /*return*/, _a.sent()]; | ||
@@ -227,0 +227,0 @@ } |
{ | ||
"name": "nextalys-js-helpers", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"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
1251635
0.01%19310
0.01%