Skip to content

Commit

Permalink
Fix #345
Browse files Browse the repository at this point in the history
cant open xlsx saved from Numbers
model.properties is undefined
  • Loading branch information
Diluka committed Jul 19, 2017
1 parent b04131e commit 36be6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xlsx/xform/book/workbook-xform.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 127,7 @@ utils.inherits(WorkbookXform, BaseXform, {
case 'workbook':
this.model = {
sheets: this.map.sheets.model,
properties: this.map.workbookPr.model,
properties: this.map.workbookPr.model || {},
views: this.map.bookViews.model
};
if (this.map.definedNames.model) {
Expand Down

0 comments on commit 36be6ed

Please sign in to comment.