This website requires JavaScript.
Explore
Help
Sign In
alex
/
PhpSpreadsheet
Watch
1
Star
0
Fork
You've already forked PhpSpreadsheet
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
fd83c191ea
PhpSpreadsheet
/
tests
/
data
/
CellCoordinates.php
47 lines
513 B
PHP
Raw
Blame
History
<
?
php
return
[
[
[
'A'
,
1
,
],
'A1'
,
],
[
[
'A'
,
12
,
],
'A12'
,
],
[
[
'J'
,
1
,
],
'J1'
,
],
[
[
'J'
,
20
,
],
'J20'
,
],
[
[
'AI'
,
1
,
],
'AI1'
,
],
[
[
'AI'
,
2012
,
],
'AI2012'
,
],
];
Reference in New Issue
View Git Blame
Copy Permalink