mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-25 16:08:19 +00:00
21 lines
241 B
PHP
21 lines
241 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
10.0000111914377,
|
|
0.068094, 9, 2,
|
|
],
|
|
[
|
|
5.348120627447,
|
|
0.5, 3, 2,
|
|
],
|
|
[
|
|
'#VALUE!',
|
|
'NAN', 3, 2,
|
|
],
|
|
[
|
|
'#NUM!',
|
|
-0.5, 3, 2,
|
|
],
|
|
];
|