repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Web/WEBSERVICE.php
tests/data/Calculation/Web/WEBSERVICE.php
<?php declare(strict_types=1); return [ [ '#VALUE!', 'http://www.thisurlisfartoolongLoremipsumdolorsitametconsecteturadipiscingelitAliquamimperdietmetusurnasedaliquampurusdapibusefficiturQuisqueatullamcorpermaurisacmattisanteDonecsagittisauguenullaegeinterduurnapharetrautQuisquealectusvelnisivolut...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/HEX2BIN.php
tests/data/Calculation/Engineering/HEX2BIN.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ ['11111111', 'FF'], ['111111111', '1FF'], [ExcelError::NAN(), '200'], ['1000000000', 'FFFFFFFE00'], // 2's Complement [ExcelError::NAN(), 'FFFFFFFDFF'], // 2's Complement ['111111111', '01...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMCOT.php
tests/data/Calculation/Engineering/IMCOT.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '-0.0000104004141424230319-1.00002138037057154j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '0.00894394174578834370-1.0101...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BIN2DECOpenOffice.php
tests/data/Calculation/Engineering/BIN2DECOpenOffice.php
<?php declare(strict_types=1); return [ [1, true], // Boolean okay for ODS, not for Excel/Gnumeric [0, false], // Boolean okay for ODS, not for Excel/Gnumeric ];
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMPRODUCT.php
tests/data/Calculation/Engineering/IMPRODUCT.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ ExcelError::NAN(), '12.34+5.67j', '123.45+67.89i', ], [ ExcelError::NAN(), '12.34+5.67j', 'Invalid Complex Number', ], [ '12.34+5.67j'...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMLOG2.php
tests/data/Calculation/Engineering/IMLOG2.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '3.76344325733562+0.621384040306436j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '32.6586381298614+2.26618007108803i', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BITAND.php
tests/data/Calculation/Engineering/BITAND.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [5, 21, 39], [64, 200, '84'], [8, 72.00, 184.00], [ExcelError::VALUE(), 'ABC', 'DEF'], [ExcelError::VALUE(), 1, 'DEF'], [ExcelError::VALUE(), 'ABC', 1], [ExcelError::NAN(), 12.00, 2.82...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMCOSH.php
tests/data/Calculation/Engineering/IMCOSH.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '93502.0563713182121-65794.6618967782119j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '-13.2772126767962807+9.900301621943...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BESSELY.php
tests/data/Calculation/Engineering/BESSELY.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ExcelError::NAN(), 1.5, -1], [ExcelError::VALUE(), 'NaN', 1], [ExcelError::VALUE(), 1.5, 'NaN'], [ExcelError::NAN(), -1.5, 1], [ExcelError::NAN(), 0.0, 1], [ExcelError::VALUE(), true, 1],...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMCSC.php
tests/data/Calculation/Engineering/IMCSC.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '-0.00154774455592154432-0.00671986631601416928j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '-0.0585684747824233590+0.154...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BITRSHIFT.php
tests/data/Calculation/Engineering/BITRSHIFT.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [5.0, 20, 2], [3.0, 52, '4'], [ExcelError::VALUE(), 'ABC', 5], [ExcelError::VALUE(), 5, 'ABC'], [ExcelError::NAN(), 1, -48], // result too large [ExcelError::NAN(), 1.1, 2], // first arg m...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMSECH.php
tests/data/Calculation/Engineering/IMSECH.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '7.15308425036177674E-6+5.03341614116724074E-6j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '-0.0484039219824442559-0.0360...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BESSELJ.php
tests/data/Calculation/Engineering/BESSELJ.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ExcelError::NAN(), 1.5, -1], [ExcelError::VALUE(), 'NaN', 1], [ExcelError::VALUE(), 1.5, 'NaN'], [ExcelError::VALUE(), true, 1], [ExcelError::VALUE(), 1.5, true], [ExcelError::VALUE(), nu...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMEXP.php
tests/data/Calculation/Engineering/IMEXP.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '187004.11273906-131589.323796073j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '0.519482808316086+0.85433649244115i', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/OCT2HEXOpenOffice.php
tests/data/Calculation/Engineering/OCT2HEXOpenOffice.php
<?php declare(strict_types=1); return [ ['1', true], // ODS accepts boolean, Excel/Gnumeric don't ['0', false], // ODS accepts boolean, Excel/Gnumeric don't ];
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/COMPLEX.php
tests/data/Calculation/Engineering/COMPLEX.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ ['3+4i', 3, 4], ['3+4j', 3, 4, 'j'], ['12.34+5.67j', 12.34, 5.6699999999999999, 'j'], [ExcelError::VALUE(), 3.5, 'NaN'], [ExcelError::VALUE(), 'NaN', 3.5], [ExcelError::VALUE(), 1.5, 3.5, ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/OCT2BIN.php
tests/data/Calculation/Engineering/OCT2BIN.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ExcelError::NAN(), '1357'], ['10100110', '246'], ['011', 3, 3], [ExcelError::NAN(), '12345'], [ExcelError::NAN(), '123.45'], ['0', '0'], [ExcelError::VALUE(), true], [ExcelError::...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMLOG10.php
tests/data/Calculation/Engineering/IMLOG10.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '1.13290930735019+0.187055234944717j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '9.83122969386706+0.682188176920927i', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BIN2DEC.php
tests/data/Calculation/Engineering/BIN2DEC.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [178, 10110010], [178, '10110010'], [100, '1100100'], [ExcelError::NAN(), '111001010101'], // Too large [5, '101'], [2, '10'], [0, '0'], [5, '101'], [100, '1100100'], [Exce...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BESSELK.php
tests/data/Calculation/Engineering/BESSELK.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ExcelError::NAN(), 1.5, -1], [ExcelError::VALUE(), 'NaN', 1], [ExcelError::VALUE(), 1.5, 'NaN'], [ExcelError::NAN(), -1.5, 1], [ExcelError::NAN(), 0.0, 1], [ExcelError::VALUE(), true, 1],...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BIN2HEX.php
tests/data/Calculation/Engineering/BIN2HEX.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ ['B2', 10110010], ['B2', '10110010'], [ExcelError::NAN(), '111001010101'], // Too large ['00FB', '11111011', 4], // Leading places ['0FB', '11111011', 3.75], // Leading places as a float [...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/DELTA.php
tests/data/Calculation/Engineering/DELTA.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [1, -1.5, -1.5], [0, -0.75, -1.5], [0, 0, -1.5], [0, 0.75, -1.5], [0, 1.5, -1.5], [0, -1.5, -0.75], [1, -0.75, -0.75], [0, 0, -0.75], [0, 0.75, -0.75], [0, 1.5, -0.75], ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/HEX2DEC.php
tests/data/Calculation/Engineering/HEX2DEC.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [427, '01AB'], [43981, 'ABCD'], [246, 'F6'], [74565, '12345'], [4886718345, '123456789'], [ExcelError::NAN(), '123.45'], [0, '0'], [0, ''], [ExcelError::NAN(), 'G3579A'], [...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMCSCH.php
tests/data/Calculation/Engineering/IMCSCH.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '7.15308425027293823E-6+5.03341614148979354E-6j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '-0.0483657415388563464-0.0361...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/OCT2BINOpenOffice.php
tests/data/Calculation/Engineering/OCT2BINOpenOffice.php
<?php declare(strict_types=1); return [ ['1', true], // ODS accepts boolean, Excel/Gnumeric don't ['0', false], // ODS accepts boolean, Excel/Gnumeric don't ];
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/HEX2DECOpenOffice.php
tests/data/Calculation/Engineering/HEX2DECOpenOffice.php
<?php declare(strict_types=1); return [ [1, true], // ODS accepts boolean, Excel/Gnumeric don't [0, false], // ODS accepts boolean, Excel/Gnumeric don't ];
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/HEX2OCTOpenOffice.php
tests/data/Calculation/Engineering/HEX2OCTOpenOffice.php
<?php declare(strict_types=1); return [ ['1', true], // ODS accepts boolean, Excel/Gnumeric don't ['0', false], // ODS accepts boolean, Excel/Gnumeric don't ];
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/HEX2OCT.php
tests/data/Calculation/Engineering/HEX2OCT.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ ['653', '01AB'], ['125715', 'ABCD'], ['366', 'F6'], ['35516', '3B4E'], ['017', 'F', 3], ['221505', '12345'], [ExcelError::NAN(), '123456789'], [ExcelError::NAN(), '123.45'], ['...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMARGUMENT.php
tests/data/Calculation/Engineering/IMARGUMENT.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ 0.43071059555000002, '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ 0.620249485983, '3.5+2.5i', ], [ 0....
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMREAL.php
tests/data/Calculation/Engineering/IMREAL.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ 12.34, '12.34+5.67j', ], [ -1.234E-5, '-1.234E-5+6.78E9i', ], [ 3.5, '3.5+2.5i', ], [ 3.5, '3.5+i', ], [ ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMTAN.php
tests/data/Calculation/Engineering/IMTAN.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '-0.0000103999694261435177+0.999978619978377253j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '0.00876404549513463160+0.989...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/DEC2BIN.php
tests/data/Calculation/Engineering/DEC2BIN.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ ['101100101', '357'], ['1001', 9, 4], ['00001001', 9, 8], ['001001', 9, 6.75], // Leading places as a float [ExcelError::NAN(), 9, -1], // Leading places negative [ExcelError::VALUE(), 9, ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMSIN.php
tests/data/Calculation/Engineering/IMSIN.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '-32.5483841590412+141.315819535092j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '-2.15110429680353-5.66575444574645i', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/OCT2DEC.php
tests/data/Calculation/Engineering/OCT2DEC.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [751, '1357'], [166, '246'], [5349, '12345'], [ExcelError::NAN(), '123.45'], [0, '0'], [ExcelError::VALUE(), true], [ExcelError::VALUE(), false], [ExcelError::NAN(), '3579'], [...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMAGINARY.php
tests/data/Calculation/Engineering/IMAGINARY.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ 5.6699999999999999, '12.34+5.67j', ], [ 6780000000.0, '1.234E-5+6.78E9i', ], [ 2.5, '3.5+2.5i', ], [ 1, '3.5+i', ]...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMLN.php
tests/data/Calculation/Engineering/IMLN.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '2.60862008281875+0.430710595550204j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '22.6372429388987+1.5707963267949i', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BITOR.php
tests/data/Calculation/Engineering/BITOR.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [55, 21, 39], [248, 200, '184'], [248, 72, 184], [ExcelError::NAN(), 12.34, 56.78], // non-integer argument [60, 12.00, 56.00], [ExcelError::VALUE(), 'ABC', 'DEF'], [ExcelError::VALUE(...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/DEC2OCTOpenOffice.php
tests/data/Calculation/Engineering/DEC2OCTOpenOffice.php
<?php declare(strict_types=1); return [ ['1', true], // ODS accepts bool, Excel/Gnumeric do not ['0', false], ];
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/OCT2HEX.php
tests/data/Calculation/Engineering/OCT2HEX.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ ['2EF', '1357'], ['A6', '246'], ['14E5', '12345'], ['0040', 100, 4], [ExcelError::NAN(), '123.45'], ['0', '0'], [ExcelError::VALUE(), true], [ExcelError::VALUE(), false], [Exce...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMSINH.php
tests/data/Calculation/Engineering/IMSINH.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '93502.0563677416700-65794.6618992949199j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '-13.2530202358612674+9.918373914746...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/DEC2OCT.php
tests/data/Calculation/Engineering/DEC2OCT.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ ['545', '357'], ['2515', '1357'], ['366', '246'], ['30071', '12345'], ['726746425', '123456789'], ['173', '123.45'], ['072', 58, 3], ['0', '0'], [ExcelError::VALUE(), '3579A'],...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/DEC2HEXOpenOffice.php
tests/data/Calculation/Engineering/DEC2HEXOpenOffice.php
<?php declare(strict_types=1); return [ ['1', true], // ODS accepts bool, Excel/Gnumeric do not ['0', false], ];
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BIN2OCTOpenOffice.php
tests/data/Calculation/Engineering/BIN2OCTOpenOffice.php
<?php declare(strict_types=1); return [ ['1', true], // Boolean okay for ODS, not for Excel/Gnumeric ['0', false], // Boolean okay for ODS, not for Excel/Gnumeric ];
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/ERF.php
tests/data/Calculation/Engineering/ERF.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; // Result, lower bound, upper bound, return [ [0.0, 0], [0.0112834155558496, 0.01], [0.056371977797016602, 0.05], [0.11246291601828499, 0.1], [0.140316204801334, 0.125], [0.167995971427363, 0.15],...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BIN2OCT.php
tests/data/Calculation/Engineering/BIN2OCT.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ ['144', 1100100], ['262', '10110010'], [ExcelError::NAN(), '111001010101'], // Too large ['011', '1001', 3], // Leading places ['0011', '1001', 4.75], // Leading places as a float [ExcelEr...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/CONVERTUOM.php
tests/data/Calculation/Engineering/CONVERTUOM.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ 'Imperial from and to (mass)' => [1.942559385723E-03, 1.0, 'ozm', 'sg'], 'Same prefixed metric UoM' => [5.0, 5.0, 'kg', 'kg'], 'Imperial to prefixed metric' => [4.5359237E-01, 1.0, 'lbm', 'kg'], '...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/OCT2DECOpenOffice.php
tests/data/Calculation/Engineering/OCT2DECOpenOffice.php
<?php declare(strict_types=1); return [ [1, true], // ODS accepts boolean, Excel/Gnumeric don't [0, false], // ODS accepts boolean, Excel/Gnumeric don't ];
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/GESTEP.php
tests/data/Calculation/Engineering/GESTEP.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [1, -1.5, -1.5], [1, -0.75, -1.5], [1, 0, -1.5], [1, 0.75, -1.5], [1, 1.5, -1.5], [1, 2.25, -1.5], [1, 3, -1.5], [1, 3.75, -1.5], [1, 4.5, -1.5], [0, -1.5, -0.75], [1, ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMDIV.php
tests/data/Calculation/Engineering/IMDIV.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ ExcelError::NAN(), '12.34+5.67j', '123.45+67.89i', ], [ ExcelError::NAN(), '12.34+5.67j', 'Invalid Complex Number', ], [ '0.0961415519...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/ERFC.php
tests/data/Calculation/Engineering/ERFC.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; // Result, x value return [ [1.0, 0], [0.98871658444415, 0.01], [0.94362802220298303, 0.05], [0.88753708398171505, 0.1], [0.859683795198666, 0.125], [0.832004028572636, 0.15], [0.7772974107895...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMCONJUGATE.php
tests/data/Calculation/Engineering/IMCONJUGATE.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '12.34-5.67j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '3.5-2.5i', '3.5+2.5i', ], [ '3.5-i', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMCOS.php
tests/data/Calculation/Engineering/IMCOS.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '141.319179436356+32.547610312508j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '-5.74262349163406+2.12231025604134i', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/DEC2HEX.php
tests/data/Calculation/Engineering/DEC2HEX.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ ['165', '357'], ['54D', '1357'], ['F6', '246'], ['3039', '12345'], ['75BCD15', '123456789'], ['0064', 100, 4], ['00064', 100, 5.75], // Leading places as a float [ExcelError::NAN()...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMPOWER.php
tests/data/Calculation/Engineering/IMPOWER.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '120.1267+139.9356j', '12.34+5.67j', 2, ], [ ExcelError::NAN(), 'Invalid Complex Number', 2, ], [ '688.928626+2407.923693j', '...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/HEX2BINOpenOffice.php
tests/data/Calculation/Engineering/HEX2BINOpenOffice.php
<?php declare(strict_types=1); return [ ['1', true], // ODS accepts boolean, Excel/Gnumeric don't ['0', false], // ODS accepts boolean, Excel/Gnumeric don't ];
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMSEC.php
tests/data/Calculation/Engineering/IMSEC.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '0.00671973874162309199-0.00154764157870523791j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '-0.153210472299609239-0.05662...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BITLSHIFT.php
tests/data/Calculation/Engineering/BITLSHIFT.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [96.0, 3, 5], [36.0, 9, '2'], [ExcelError::VALUE(), 'ABC', 5], [ExcelError::VALUE(), 5, 'ABC'], [ExcelError::NAN(), 1, 48], // result too large [ExcelError::NAN(), 1.1, 2], // first arg mu...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMSUM.php
tests/data/Calculation/Engineering/IMSUM.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ ExcelError::NAN(), '12.34+5.67j', '123.45+67.89i', ], [ ExcelError::NAN(), '12.34+5.67j', 'Invalid Complex Number', ], [ '135.79+73.56...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BITXOR.php
tests/data/Calculation/Engineering/BITXOR.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [50, 21, 39], [112, 200, '184'], [216, 114.00, 170.00], [ExcelError::VALUE(), 'ABC', 'DEF'], [ExcelError::VALUE(), 'ABC', 1], [ExcelError::VALUE(), 1, 'DEF'], [ExcelError::NAN(), 12.00...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMSUB.php
tests/data/Calculation/Engineering/IMSUB.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ ExcelError::NAN(), '12.34+5.67j', '123.45+67.89i', ], [ ExcelError::NAN(), '12.34+5.67j', 'Invalid Complex Number', ], [ '111.11+62.22...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMSQRT.php
tests/data/Calculation/Engineering/IMSQRT.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ '3.60002071031685+0.787495469644252j', '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ '58223.7065120385+58223.7065120386i', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/ERFPRECISE.php
tests/data/Calculation/Engineering/ERFPRECISE.php
<?php declare(strict_types=1); // Result, lower bound, upper bound return [ [0.0, 0], [0.0112834155558496, 0.01], [-0.8427007929497148, -1.0], [0.9661051464753108, 1.5], ];
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/DEC2BINOpenOffice.php
tests/data/Calculation/Engineering/DEC2BINOpenOffice.php
<?php declare(strict_types=1); return [ ['1', true], // ODS accepts boolean, Excel/Gnumeric don't ['0', false], // ODS accepts boolean, Excel/Gnumeric don't ];
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/IMABS.php
tests/data/Calculation/Engineering/IMABS.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ 13.58029822942, '12.34+5.67j', ], [ ExcelError::NAN(), 'Invalid Complex Number', ], [ 6780000000.0, '1.234E-5+6.78E9i', ], [ 4...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BESSELI.php
tests/data/Calculation/Engineering/BESSELI.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ [ExcelError::NAN(), 1.5, -1], [ExcelError::VALUE(), 'NaN', 1], [ExcelError::VALUE(), 1.5, 'NaN'], [ExcelError::VALUE(), true, 1], [ExcelError::VALUE(), 1.5, true], [ExcelError::VALUE(), nu...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Engineering/BIN2HEXOpenOffice.php
tests/data/Calculation/Engineering/BIN2HEXOpenOffice.php
<?php declare(strict_types=1); return [ ['1', true], // Boolean okay for ODS, not for Excel/Gnumeric ['0', false], // Boolean okay for ODS, not for Excel/Gnumeric ];
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Information/IS_EVEN.php
tests/data/Calculation/Information/IS_EVEN.php
<?php declare(strict_types=1); return [ [ '#NAME?', null, ], [ false, -1, ], [ true, 0, ], [ false, 9, ], [ false, 1.25, ], [ false, 1.5, ], [ true, 2.25,...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Information/IS_NUMBER.php
tests/data/Calculation/Information/IS_NUMBER.php
<?php declare(strict_types=1); return [ [ false, null, ], [ true, -1, ], [ true, 0, ], [ true, 9, ], [ true, 1.5, ], [ false, '', ], [ false, '-1', ],...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Information/ERROR_TYPE.php
tests/data/Calculation/Information/ERROR_TYPE.php
<?php declare(strict_types=1); return [ [ '#N/A', null, ], [ '#N/A', -1, ], [ '#N/A', 1.25, ], [ '#N/A', '', ], [ '#N/A', '2.5', ], [ '#N/A', true, ], [ 1, ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Information/IS_LOGICAL.php
tests/data/Calculation/Information/IS_LOGICAL.php
<?php declare(strict_types=1); return [ [ false, null, ], [ false, -1, ], [ false, 0, ], [ false, 9, ], [ false, 1.5, ], [ false, '', ], [ false, '-1', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Information/INFO.php
tests/data/Calculation/Information/INFO.php
<?php declare(strict_types=1); return [ [ '/', 'directory', ], [ 1, 'numfile', ], [ '$A:$A$1', 'origin', ], [ 'PHP ' . PHP_VERSION, 'osversion', ], [ 'Automatic', 'recalc', ], [ 'Automat...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Information/IS_ERR.php
tests/data/Calculation/Information/IS_ERR.php
<?php declare(strict_types=1); return [ [ false, null, ], [ false, -1, ], [ false, 0, ], [ false, 9, ], [ false, 1.5, ], [ false, '', ], [ false, '-1', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Information/N.php
tests/data/Calculation/Information/N.php
<?php declare(strict_types=1); return [ [ 0, null, ], [ -1, -1, ], [ 1.25, 1.25, ], [ 0, '', ], [ 0, '2.5', ], [ 0, 'TRUE', ], [ 0, 'ABCDE', ], [ ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Information/IS_ODD.php
tests/data/Calculation/Information/IS_ODD.php
<?php declare(strict_types=1); return [ [ '#NAME?', null, ], [ true, -1, ], [ false, 0, ], [ true, 9, ], [ true, 1.25, ], [ true, 1.5, ], [ false, 2.25, ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Information/IS_NA.php
tests/data/Calculation/Information/IS_NA.php
<?php declare(strict_types=1); return [ [ false, null, ], [ false, -1, ], [ false, 0, ], [ false, 9, ], [ false, 1.5, ], [ false, '', ], [ false, '-1', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Information/TYPE.php
tests/data/Calculation/Information/TYPE.php
<?php declare(strict_types=1); return [ [ 1, null, ], [ 1, -1, ], [ 1, 1.25, ], [ 2, '', ], [ 2, '2.5', ], [ 2, 'TRUE', ], [ 2, 'ABCDE', ], [ ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Information/IS_ERROR.php
tests/data/Calculation/Information/IS_ERROR.php
<?php declare(strict_types=1); return [ [ false, null, ], [ false, -1, ], [ false, 0, ], [ false, 9, ], [ false, 1.5, ], [ false, '', ], [ false, '-1', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Information/IS_NONTEXT.php
tests/data/Calculation/Information/IS_NONTEXT.php
<?php declare(strict_types=1); return [ [ true, null, ], [ true, -1, ], [ true, 0, ], [ true, 9, ], [ true, 1.5, ], [ false, '', ], [ false, '-1', ], ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Information/IS_BLANK.php
tests/data/Calculation/Information/IS_BLANK.php
<?php declare(strict_types=1); return [ [ true, null, ], [ false, -1, ], [ false, 0, ], [ false, 9, ], [ false, 1.5, ], [ false, '', ], [ false, '-1', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Information/IS_TEXT.php
tests/data/Calculation/Information/IS_TEXT.php
<?php declare(strict_types=1); return [ [ false, null, ], [ false, -1, ], [ false, 0, ], [ false, 9, ], [ false, 1.5, ], [ true, '', ], [ true, '-1', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/Functions/IF_CONDITION.php
tests/data/Calculation/Functions/IF_CONDITION.php
<?php declare(strict_types=1); return [ [ '<"A"', '<A', ], [ '>"A"', '>A', ], [ '<="A"', '<=A', ], [ '>"A"', '>A', ], [ '>="A"', '>=A', ], [ '<>"A"', '<>A', ], [ ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/LEFT.php
tests/data/Calculation/TextData/LEFT.php
<?php declare(strict_types=1); return [ [ '', null, 1, ], [ '', '', 1, ], [ '', 'ABC', 0, ], [ '#VALUE!', 'QWERTYUIOP', -1, ], [ '#VALUE!', 'QWERTYUIOP', 'NaN', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/EXACT.php
tests/data/Calculation/TextData/EXACT.php
<?php declare(strict_types=1); return [ [ true, '', '', ], [ true, '1000', 1000, ], [ true, 1000, '1000', ], [ true, 'Abč', 'Abč', ], [ false, 'abč', 'Abč', ]...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/TEXTJOIN.php
tests/data/Calculation/TextData/TEXTJOIN.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Cell\DataType; return [ [ 'ABCDE,FGHIJ', [',', true, 'ABCDE', 'FGHIJ'], ], [ 'ABCDEFGHIJ', ['', true, 'ABCDE', 'FGHIJ'], ], [ '1-2-3', ['-', true, 1, 2, 3], ], [ 'A-B-C-E', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/SUBSTITUTE.php
tests/data/Calculation/TextData/SUBSTITUTE.php
<?php declare(strict_types=1); return [ [ 'QWDFGYUIOP', 'QWERTYUIOP', 'ERT', 'DFG', ], [ 'Mxrk Bxker', 'Mark Baker', 'a', 'x', ], [ 'Mxrk Baker', 'Mark Baker', 'a', 'x', 1, ], [ ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/VALUETOTEXT.php
tests/data/Calculation/TextData/VALUETOTEXT.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\RichText\RichText; $richText1 = new RichText(); $richText1->createTextRun('Hello'); $richText1->createText(' World'); $richText2 = new RichText(); $richText2->createTextRun('Hello'); $richText2->createText("\nWorld"); return [ ['1', 1, 0], ['1.23'...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/UPPER.php
tests/data/Calculation/TextData/UPPER.php
<?php declare(strict_types=1); return [ [ 'ABCDEFGHI', 'AbCdEfGhI', ], [ 'MARK BAKER', 'mark baker', ], [ 'BUENOS DÍAS', 'buenos días', ], [ 'ΚΑΛΗΜΕΡΑ', 'Καλημερα', ], [ 'ДОБРОЕ УТРО', 'доброе утро', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/LOWER.php
tests/data/Calculation/TextData/LOWER.php
<?php declare(strict_types=1); return [ [ 'abcdefghi', 'AbCdEfGhI', ], [ 'mark baker', 'MARK BAKER', ], [ 'buenos días', 'BUENOS DÍAS', ], [ 'καλημερα', 'ΚΑΛΗΜΕΡΑ', ], [ 'доброе утро', 'ДОБРОЕ УТРО', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/T.php
tests/data/Calculation/TextData/T.php
<?php declare(strict_types=1); return [ [ '', 123456.789, ], [ '123456.789', '123456.789', ], [ 'Mark Baker', 'Mark Baker', ], [ '', null, ], [ '', true, ], 'no arguments' => ['exception'], ];
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/FIND.php
tests/data/Calculation/TextData/FIND.php
<?php declare(strict_types=1); return [ [ 3, 'E', 'QWERTYUIOP', ], [ 4, 'D', 'ABCDEFGHI', ], [ 4, 'E', true, ], [ 5, 'E', false, ], [ '#VALUE!', 'A', 'Mark Baker'...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/TEXTBEFORE.php
tests/data/Calculation/TextData/TEXTBEFORE.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ 'END Case-sensitive Offset 1' => [ 'Red riding ', [ "Red riding hood's red hood", 'hood', ], ], 'END Case-sensitive Offset 2' => [ "Red riding h...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/MID.php
tests/data/Calculation/TextData/MID.php
<?php declare(strict_types=1); return [ [ '', null, 1, 1, ], [ '', '', 1, 1, ], [ '#VALUE!', 'QWERTYUIOP', 0, 1, ], [ '#VALUE!', 'QWERTYUIOP', 5, -1, ], [...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/DOLLAR.php
tests/data/Calculation/TextData/DOLLAR.php
<?php declare(strict_types=1); return [ [ '$123.46', 123.456, 2, ], [ '$123.46', 123.456, ], [ '$123.32', 123.321, 2, ], [ '-$123.32', -123.321, 2, ], [ '$1,235,000', 1234567, ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/TRIM.php
tests/data/Calculation/TextData/TRIM.php
<?php declare(strict_types=1); return [ [ 'HELLO', 'HELLO ', ], [ 'HELLO', ' HELLO', ], [ 'HELLO', ' HELLO ', ], [ ' HELLO', ' HELLO', ], [ 'HELLO WORLD', 'HELLO WORLD', ], [ ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/CODE.php
tests/data/Calculation/TextData/CODE.php
<?php declare(strict_types=1); // Used to test both CODE and UNICODE. // If expected result is array, 1st entry is for CODE, 2nd for UNICODE, // and 3rd for CODE using MACROMAN. return [ [ '#VALUE!', null, ], [ '#VALUE!', '', ], [ 65, 'ABC', ], ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/CLEAN.php
tests/data/Calculation/TextData/CLEAN.php
<?php declare(strict_types=1); return [ [ 'HELLO ', 'HELLO ', ], [ ' HELLO ', ' HELLO ', ], [ 'HELLO', ' HELLO', ], [ 'HELLO WORLD', 'HELLO WORLD', ], [ 'TRUE', true, ], ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/LEN.php
tests/data/Calculation/TextData/LEN.php
<?php declare(strict_types=1); return [ [ 0, null, ], [ 0, '', ], [ 9, 'AbCdEfGhI', ], [ 10, 'MARK BAKER', ], [ 4, true, ], [ 5, false, ], 'no arguments' => ['exception']...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/REPT.php
tests/data/Calculation/TextData/REPT.php
<?php declare(strict_types=1); return [ 'no arguments' => ['exception'], 'one argument' => ['exception', 'ABC'], ['#VALUE!', 'ABC', 'DEF'], ['ABCABCABC', 'ABC', 3], ['ABCABC', 'ABC', 2.2], ['', 'ABC', 0], ['TRUETRUE', true, 2], ['111', 1, 3], ['δύο δύο ', 'δύο ', 2], ['#VALUE!'...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/BAHTTEXT.php
tests/data/Calculation/TextData/BAHTTEXT.php
<?php declare(strict_types=1); return [ [ 'ศูนย์บาทถ้วน', 0, ], [ 'หนึ่งบาทถ้วน', 1, ], [ 'สองบาทถ้วน', 2, ], [ 'สิบบาทถ้วน', 10, ], [ 'สิบเอ็ดบาทถ้วน', 11, ], [ 'ยี่สิบเอ็ดบาทถ้วน', ...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false
PHPOffice/PhpSpreadsheet
https://github.com/PHPOffice/PhpSpreadsheet/blob/e33834b4ea2a02088becbb41fb8954d915b46b12/tests/data/Calculation/TextData/TEXTAFTER.php
tests/data/Calculation/TextData/TEXTAFTER.php
<?php declare(strict_types=1); use PhpOffice\PhpSpreadsheet\Calculation\Information\ExcelError; return [ 'END Case-sensitive Offset 1' => [ "'s red hood", [ "Red riding hood's red hood", 'hood', ], ], 'END Case-sensitive Offset 2' => [ '', [...
php
MIT
e33834b4ea2a02088becbb41fb8954d915b46b12
2026-01-04T15:02:44.305364Z
false