sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/CellRangeBoundaries.php

31 lines
386 B
PHP
Raw Normal View History

<?php
return [
[
[
[
2,
4,
],
[
5,
9,
],
],
'B4:E9',
],
[
[
[
2,
4,
],
[
2,
4,
],
],
'B4',
],
];