mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-21 14:04:30 +00:00
49775bd972
Fixes #319 Closes #328
25 lines
242 B
PHP
25 lines
242 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
false,
|
|
'A1',
|
|
],
|
|
[
|
|
false,
|
|
'$A$1',
|
|
],
|
|
[
|
|
true,
|
|
'A1,C3',
|
|
],
|
|
[
|
|
true,
|
|
'A1:A10',
|
|
],
|
|
[
|
|
true,
|
|
'A1:A10,C4',
|
|
],
|
|
];
|