PhpSpreadsheet/tests/data/CellRangeDimension.php

19 lines
178 B
PHP

<?php
return [
[
[
4,
6,
],
'B4:E9',
],
[
[
1,
1,
],
'B4',
],
];