This website requires JavaScript.
Explore
Help
Sign In
Clientbase
/
PhpSpreadsheet
mirror of
https://github.com/basemaster/PhpSpreadsheet.git
Watch
1
Star
0
Fork
You've already forked PhpSpreadsheet
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eb31899225
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