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
ddbd8ad0f5
PhpSpreadsheet
/
tests
/
data
/
Calculation
/
TextData
/
EXACT.php
40 lines
418 B
PHP
Raw
Blame
History
<
?
php
return
[
[
true
,
''
,
''
,
],
[
true
,
'1000'
,
1000
,
],
[
true
,
1000
,
'1000'
,
],
[
true
,
'Abč'
,
'Abč'
,
],
[
false
,
'abč'
,
'Abč'
,
],
[
false
,
'10.010'
,
10.01
,
],
[
false
,
' '
,
''
,
],
];
Reference in New Issue
View Git Blame
Copy Permalink