mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-26 20:18:31 +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],
|
|
];
|