sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/Calculation/TextData/VALUE.php
Ryan Prather d52454d1bb Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
2018-08-28 21:27:13 -04:00

45 lines
529 B
PHP

<?php
return [
[
'1000',
'1000',
],
[
'1000',
'1 000',
],
[
'1000',
'$1 000',
],
[
'#VALUE!',
'£1 000',
],
[
'1.1',
'1.1',
],
[
'1000.1',
'1 000.1',
],
[
'#VALUE!',
'13 Monkeys',
],
[
'41640',
'1-Jan-2014',
],
[
'0.524259259259259',
'12:34:56',
],
[
'0.11527777777778',
'2:46 AM',
],
];