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
7cb4884b96
PhpSpreadsheet
/
tests
/
data
/
CellRangeDimension.php
19 lines
178 B
PHP
Raw
Normal View
History
Unescape
Escape
Refactor tests data from custom format to PHP FIX #14
2016-08-16 12:00:19 +00:00
<
?
php
return
[
[
[
4
,
6
,
],
Use proper syntax for variadic functions This simplify code, increase readability and improve the function signature for API users.
2017-01-23 05:49:10 +00:00
'B4:E9'
,
Refactor tests data from custom format to PHP FIX #14
2016-08-16 12:00:19 +00:00
],
[
[
1
,
1
,
],
Use proper syntax for variadic functions This simplify code, increase readability and improve the function signature for API users.
2017-01-23 05:49:10 +00:00
'B4'
,
Refactor tests data from custom format to PHP FIX #14
2016-08-16 12:00:19 +00:00
],
];