Problems with reading special characters out of an Excel Worksheet

Hi,

i attached a file to this post. If i try to read out the cell A:13 i dont get the first symbol only the second.
The cell contains : ⅓⅝

the result i get is: □⅝


Hi,

I have found the issue after an initial test as you have described. Your issue has been logged into our issue tracking system with an issue id: CELLSNET-12269.

We will figure it out.

Thank you.

Hi,

Well, after further investigation we think it’s not the issue of Aspose.Cells for .NET. Please set a break point to the code, and debug your code, you will see the value of the cell is fine enough. Also, you may simply try to use MessageBox.Show(“⅓⅝”); and you may get the error.

We think you have to install some font setting on your machine because it works fine in some of our machines too.


Thank you.