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

33 lines
414 B
PHP
Raw Normal View History

<?php
return [
[
[
[
'B4',
'E9',
],
],
'B4:E9',
],
[
[
'B4',
],
'B4',
],
[
[
[
'B4',
'E9',
],
[
'H2',
'O11',
],
],
'B4:E9,H2:O11',
],
];