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
591f1e0c70
PhpSpreadsheet
/
tests
/
data
/
CellRangeBoundaries.php
31 lines
386 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
[
[
[
[
2
,
4
,
],
[
5
,
9
,
],
],
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
],
[
[
[
2
,
4
,
],
[
2
,
4
,
],
],
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
],
];