Skip to content

Commit 1ba99e0

Browse files
committed
Include setFullCalcOnLoad in test
1 parent 03b60ff commit 1ba99e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
assert($xlsxFastEditor->readInt($sheet2, 'C3') === -7);
7676
assert($xlsxFastEditor->readFloat($sheet2, 'D3') === 273.15);
7777

78+
$xlsxFastEditor->setFullCalcOnLoad($sheet2, true);
79+
7880
assert($xlsxFastEditor->readFormula($sheet2, 'I2') === '=7*3');
7981
assert($xlsxFastEditor->readString($sheet2, 'F2') === 'γ');
8082
assert($xlsxFastEditor->readInt($sheet2, 'G3') === -7);

0 commit comments

Comments
 (0)