PhpSpreadsheet/tests/data/Calculation/LookupRef/COLUMNS.php

37 lines
344 B
PHP

<?php
return [
[
1,
null,
],
[
1,
'',
],
[
'#VALUE!',
'foo',
],
[
0,
[],
],
[
1,
[1],
],
[
1,
[1, 1],
],
[
2,
[[1, 1]],
],
[
1,
['a' => [1, 1]],
],
];