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

13 lines
109 B
PHP

<?php
return [
[
'#VALUE!',
null,
],
[
'#REF!',
'B5',
],
];