PhpSpreadsheet/tests/data/Calculation/TextData/T.php

25 lines
262 B
PHP

<?php
return [
[
null,
123456.789,
],
[
'123456.789',
'123456.789',
],
[
'Mark Baker',
'Mark Baker',
],
[
null,
null,
],
[
null,
true,
],
];