Skip to content

Commit

Permalink
Include setFullCalcOnLoad in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Aug 21, 2023
1 parent 03b60ff commit 1ba99e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
assert($xlsxFastEditor->readInt($sheet2, 'C3') === -7);
assert($xlsxFastEditor->readFloat($sheet2, 'D3') === 273.15);

$xlsxFastEditor->setFullCalcOnLoad($sheet2, true);

assert($xlsxFastEditor->readFormula($sheet2, 'I2') === '=7*3');
assert($xlsxFastEditor->readString($sheet2, 'F2') === 'γ');
assert($xlsxFastEditor->readInt($sheet2, 'G3') === -7);
Expand Down

0 comments on commit 1ba99e0

Please sign in to comment.