PhpSpreadsheet/tests/data/CellRangeDimension.php

19 lines
178 B
PHP
Raw Normal View History

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