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

13 lines
119 B
PHP

<?php
return [
[
10,
'C10',
],
[
[[10], [11], [12]],
'C10:C12',
],
];