Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
This commit is contained in:
30
inc/vendor/phpoffice/phpspreadsheet/tests/data/CellGetRangeBoundaries.php
vendored
Normal file
30
inc/vendor/phpoffice/phpspreadsheet/tests/data/CellGetRangeBoundaries.php
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
[
|
||||
[
|
||||
[
|
||||
'B',
|
||||
4,
|
||||
],
|
||||
[
|
||||
'E',
|
||||
9,
|
||||
],
|
||||
],
|
||||
'B4:E9',
|
||||
],
|
||||
[
|
||||
[
|
||||
[
|
||||
'B',
|
||||
4,
|
||||
],
|
||||
[
|
||||
'B',
|
||||
4,
|
||||
],
|
||||
],
|
||||
'B4',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user