Skip to content

Commit b8a21fe

Browse files
scottElliott Rezny
authored andcommitted
Testing iterative calculation output
1 parent f83fad4 commit b8a21fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/xlsx/xform/book/workbook-xform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ utils.inherits(WorkbookXform, BaseXform, {
4141
},
4242
STATIC_XFORMS: {
4343
fileVersion: new StaticXform({tag: 'fileVersion', $: {appName: 'xl', lastEdited: 5, lowestEdited: 5, rupBuild: 9303}}),
44-
calcPr: new StaticXform({tag: 'calcPr', $: {calcId: 171027}})
44+
calcPr: new StaticXform({tag: 'calcPr', $: {calcId: 171027, iterate: true, iterateCount: 100, iterateDelta="0.0001"}})
4545
}
4646
}, {
4747

0 commit comments

Comments
 (0)