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