sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/ColumnIndex.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 [
[
'A',
1,
],
[
'Z',
26,
],
[
'AA',
27,
],
[
'AB',
28,
],
[
'AZ',
52,
],
[
'BA',
53,
],
[
'BZ',
78,
],
[
'CA',
79,
],
[
'IV',
256,
],
[
'ZZ',
702,
],
[
'AAA',
703,
],
[
'BAA',
1379,
],
];