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

7 lines
150 B
PHP

<?php
return [
['1', true], // Boolean okay for ODS, not for Excel/Gnumeric
['0', false], // Boolean okay for ODS, not for Excel/Gnumeric
];