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
321dfc7a3d
PhpSpreadsheet
/
tests
/
data
/
CellBuildRange.php
27 lines
348 B
PHP
Raw
Blame
History
<
?
php
return
[
[
'B4:E9'
,
[
[
'B4'
,
'E9'
,
],
],
],
[
'B4:E9,H2:O11'
,
[
[
'B4'
,
'E9'
,
],
[
'H2'
,
'O11'
,
],
],
],
];
Reference in New Issue
View Git Blame
Copy Permalink