You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
286 B
16 lines
286 B
2 months ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
['R1C1', 'A1'],
|
||
|
['R1C1', '$A$1'],
|
||
|
['R1C1', '$A1'],
|
||
|
['R1C1', 'A$1'],
|
||
|
['R2C2', 'B2'],
|
||
|
['R5C12', 'L5'],
|
||
|
['R1024C26', 'Z1024'],
|
||
|
['R2048C27', 'AA2048'],
|
||
|
['R4096C52', 'AZ4096'],
|
||
|
['R8192C53', 'BA8192'],
|
||
|
['R65535C256', 'IV65535'],
|
||
|
];
|