Skip to content

Commit e1ca062

Browse files
authored
Merge pull request #187 from Temetz/stream-workbook-views-bugfix
Pass views to worksheet-writer
2 parents 357d6e3 + f0969f2 commit e1ca062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/stream/xlsx/workbook-writer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ WorkbookWriter.prototype = {
177177
workbook: this,
178178
useSharedStrings: useSharedStrings,
179179
properties: options.properties,
180-
pageSetup: options.pageSetup
180+
pageSetup: options.pageSetup,
181+
views: options.views
181182
});
182183

183184
this._worksheets[id] = worksheet;

0 commit comments

Comments
 (0)