it will not read superscript or other markup text. So
a cell that is using superscript for scientific notation
for a value, say 10x9^13, is read as 10x913
Your problem is that the character encoding of yor html file
is not supporting special characters. Try the following charset:
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-2">
It is working fine for me!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
Your problem is that the character encoding of yor html file
is not supporting special characters. Try the following charset:
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-2">
It is working fine for me!