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

31 lines
394 B
PHP
Raw Normal View History

<?php
return [
[
[
[
'B',
4,
],
[
'E',
9,
],
],
'B4:E9',
],
[
[
[
'B',
4,
],
[
'B',
4,
],
],
'B4',
],
];