Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
This commit is contained in:
24
inc/vendor/phpoffice/phpspreadsheet/tests/data/CoordinateIsRange.php
vendored
Normal file
24
inc/vendor/phpoffice/phpspreadsheet/tests/data/CoordinateIsRange.php
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
[
|
||||
false,
|
||||
'A1',
|
||||
],
|
||||
[
|
||||
false,
|
||||
'$A$1',
|
||||
],
|
||||
[
|
||||
true,
|
||||
'A1,C3',
|
||||
],
|
||||
[
|
||||
true,
|
||||
'A1:A10',
|
||||
],
|
||||
[
|
||||
true,
|
||||
'A1:A10,C4',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user