You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
return [
|
|
[
|
|
false,
|
|
'A1',
|
|
],
|
|
[
|
|
false,
|
|
'$A$1',
|
|
],
|
|
[
|
|
true,
|
|
'A1,C3',
|
|
],
|
|
[
|
|
true,
|
|
'A1:A10',
|
|
],
|
|
[
|
|
true,
|
|
'A1:A10,C4',
|
|
],
|
|
];
|
|
|