mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-24 12:28:36 +00:00
e1f81f0fe0
FIX #14
17 lines
164 B
PHP
17 lines
164 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
'MARK BAKER',
|
|
'Mark Baker',
|
|
],
|
|
[
|
|
true,
|
|
'True',
|
|
],
|
|
[
|
|
false,
|
|
'False',
|
|
],
|
|
];
|