mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-18 12:30:52 +00:00
8dddf56c2e
This simplify code, increase readability and improve the function signature for API users.
31 lines
394 B
PHP
31 lines
394 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
[
|
|
[
|
|
'B',
|
|
4,
|
|
],
|
|
[
|
|
'E',
|
|
9,
|
|
],
|
|
],
|
|
'B4:E9',
|
|
],
|
|
[
|
|
[
|
|
[
|
|
'B',
|
|
4,
|
|
],
|
|
[
|
|
'B',
|
|
4,
|
|
],
|
|
],
|
|
'B4',
|
|
],
|
|
];
|