Skip to content

Commit

Permalink
Testing iterative calculation output
Browse files Browse the repository at this point in the history
  • Loading branch information
scott authored and Elliott Rezny committed Jan 1, 2019
1 parent f83fad4 commit b8a21fe
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 @@ -41,7 +41,7 @@ utils.inherits(WorkbookXform, BaseXform, {
},
STATIC_XFORMS: {
fileVersion: new StaticXform({tag: 'fileVersion', $: {appName: 'xl', lastEdited: 5, lowestEdited: 5, rupBuild: 9303}}),
calcPr: new StaticXform({tag: 'calcPr', $: {calcId: 171027}})
calcPr: new StaticXform({tag: 'calcPr', $: {calcId: 171027, iterate: true, iterateCount: 100, iterateDelta="0.0001"}})
}
}, {

Expand Down

0 comments on commit b8a21fe

Please sign in to comment.