Hi,
I am working with Aspose.cells.dll version 4.5.0.22. in a french environment.
I have a problem when I save a workbook which contains characters with accent in cell values, like "ééààà...". These characters are replace by "????". I think it is an encoding problem, but I did not see any overload of save wich works well.
The code to reproduce is very simple :
workbook.Open(filename);
workbook.Save(filename);
If the file contain accent before open, after save the accents have been replaced.
Is there a solution or a fix to my problem?
Gregory