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

25 lines
226 B
PHP

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