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