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

16 lines
254 B
PHP
Raw Normal View History

<?php
return [
[ 'ABC', '#VALUE!' ],
[ -5, '#VALUE!' ],
[ 65, 'A' ],
[ 123, '{' ],
[ 126, '~' ],
[ 12103, "" ],
[ 0x153, 'œ' ],
[ 0x192, 'ƒ' ],
[ 0x2105, '℅' ],
[ 0x2211, '∑' ],
[ 0x2020, '†' ],
];