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 0a56442 commit c47ae06Copy full SHA for c47ae06
tests/test.php
@@ -65,6 +65,7 @@
65
$xlsxFastEditor->writeFormula($sheet1, 'c2', '=2*3');
66
$xlsxFastEditor->writeString($sheet1, 'b4', 'α');
67
$xlsxFastEditor->writeHyperlink($sheet1, 'B4', 'https://example.org/');
68
+ assert($xlsxFastEditor->writeHyperlink($sheet1, 'C3', 'https://example.org/') === false);
69
$xlsxFastEditor->writeInt($sheet1, 'c4', 15);
70
$xlsxFastEditor->writeFloat($sheet1, 'd4', -66.6);
71
0 commit comments