This website requires JavaScript.
Explore
Help
Sign In
alex
/
PhpSpreadsheet
Watch
1
Star
0
Fork
You've already forked PhpSpreadsheet
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
47cde0dadc
PhpSpreadsheet
/
tests
/
data
/
Calculation
/
TextData
/
CHAR.php
25 lines
226 B
PHP
Raw
Blame
History
<
?
php
return
[
[
'ABC'
,
'#VALUE!'
,
],
[
-
5
,
'#VALUE!'
,
],
[
65
,
'A'
,
],
[
123
,
'{'
,
],
[
126
,
'~'
,
],
];
Reference in New Issue
View Git Blame
Copy Permalink