sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/ColumnString.php
Ryan Prather d52454d1bb Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
2018-08-28 21:27:13 -04:00

53 lines
491 B
PHP

<?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',
],
];