Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
This commit is contained in:
46
inc/vendor/phpoffice/phpspreadsheet/tests/data/CellCoordinates.php
vendored
Normal file
46
inc/vendor/phpoffice/phpspreadsheet/tests/data/CellCoordinates.php
vendored
Normal file
@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
[
|
||||
[
|
||||
'A',
|
||||
1,
|
||||
],
|
||||
'A1',
|
||||
],
|
||||
[
|
||||
[
|
||||
'A',
|
||||
12,
|
||||
],
|
||||
'A12',
|
||||
],
|
||||
[
|
||||
[
|
||||
'J',
|
||||
1,
|
||||
],
|
||||
'J1',
|
||||
],
|
||||
[
|
||||
[
|
||||
'J',
|
||||
20,
|
||||
],
|
||||
'J20',
|
||||
],
|
||||
[
|
||||
[
|
||||
'AI',
|
||||
1,
|
||||
],
|
||||
'AI1',
|
||||
],
|
||||
[
|
||||
[
|
||||
'AI',
|
||||
2012,
|
||||
],
|
||||
'AI2012',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user