PhpSpreadsheet/tests/data/ColumnString.php
Adrien Crivelli 8dddf56c2e
Use proper syntax for variadic functions
This simplify code, increase readability and improve the function
signature for API users.
2017-01-23 15:01:20 +09: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',
],
];