mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 21:38:18 +00:00
7 lines
144 B
PHP
7 lines
144 B
PHP
<?php
|
|
|
|
return [
|
|
['1', true], // ODS accepts boolean, Excel/Gnumeric don't
|
|
['0', false], // ODS accepts boolean, Excel/Gnumeric don't
|
|
];
|