We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b60ff commit 1ba99e0Copy full SHA for 1ba99e0
tests/test.php
@@ -75,6 +75,8 @@
75
assert($xlsxFastEditor->readInt($sheet2, 'C3') === -7);
76
assert($xlsxFastEditor->readFloat($sheet2, 'D3') === 273.15);
77
78
+ $xlsxFastEditor->setFullCalcOnLoad($sheet2, true);
79
+
80
assert($xlsxFastEditor->readFormula($sheet2, 'I2') === '=7*3');
81
assert($xlsxFastEditor->readString($sheet2, 'F2') === 'γ');
82
assert($xlsxFastEditor->readInt($sheet2, 'G3') === -7);
0 commit comments