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

13 lines
107 B
PHP

<?php
return [
[
2,
'B13',
],
[
[2, 3, 4],
'B2:D2',
],
];