PhpSpreadsheet/tests/data/Calculation/TextData/CHAR.php
2016-08-16 21:00:19 +09:00

25 lines
226 B
PHP

<?php
return [
[
'ABC',
'#VALUE!',
],
[
-5,
'#VALUE!',
],
[
65,
'A',
],
[
123,
'{',
],
[
126,
'~',
],
];