sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/CellRangeDimension.php
Ryan Prather d52454d1bb Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
2018-08-28 21:27:13 -04:00

19 lines
178 B
PHP

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