mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 09:28:33 +00:00
7 lines
97 B
PHP
7 lines
97 B
PHP
<?php
|
|
|
|
return [
|
|
['1', true], // ODS accepts bool, Excel/Gnumeric do not
|
|
['0', false],
|
|
];
|