Files

9 lines
172 B
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
];