mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-25 16:38:20 +00:00
7 lines
150 B
PHP
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
|
|
];
|