Files
PhpSpreadsheet/tests/data/Calculation/Engineering/DEC2HEXOpenOffice.php
T
2023-03-14 06:53:45 +01:00

7 lines
97 B
PHP

<?php
return [
['1', true], // ODS accepts bool, Excel/Gnumeric do not
['0', false],
];