mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-27 18:48:36 +00:00
39 lines
441 B
PHP
39 lines
441 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
[
|
|
'numfile',
|
|
1,
|
|
],
|
|
[
|
|
'osversion',
|
|
'PHP ' . PHP_VERSION,
|
|
],
|
|
[
|
|
'recalc',
|
|
'Automatic',
|
|
],
|
|
[
|
|
'RECALC',
|
|
'AUTOMATIC',
|
|
],
|
|
[
|
|
'system',
|
|
'PHP',
|
|
],
|
|
[
|
|
1,
|
|
'#VALUE!',
|
|
],
|
|
[
|
|
'A',
|
|
'#VALUE!',
|
|
],
|
|
[
|
|
'#VALUE!',
|
|
'#VALUE!',
|
|
],
|
|
];
|