Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
This commit is contained in:
52
inc/vendor/phpoffice/phpspreadsheet/tests/data/ColumnString.php
vendored
Normal file
52
inc/vendor/phpoffice/phpspreadsheet/tests/data/ColumnString.php
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
[
|
||||
1,
|
||||
'A',
|
||||
],
|
||||
[
|
||||
26,
|
||||
'Z',
|
||||
],
|
||||
[
|
||||
27,
|
||||
'AA',
|
||||
],
|
||||
[
|
||||
28,
|
||||
'AB',
|
||||
],
|
||||
[
|
||||
52,
|
||||
'AZ',
|
||||
],
|
||||
[
|
||||
53,
|
||||
'BA',
|
||||
],
|
||||
[
|
||||
78,
|
||||
'BZ',
|
||||
],
|
||||
[
|
||||
79,
|
||||
'CA',
|
||||
],
|
||||
[
|
||||
256,
|
||||
'IV',
|
||||
],
|
||||
[
|
||||
702,
|
||||
'ZZ',
|
||||
],
|
||||
[
|
||||
703,
|
||||
'AAA',
|
||||
],
|
||||
[
|
||||
1379,
|
||||
'BAA',
|
||||
],
|
||||
];
|
Reference in New Issue
Block a user