Dear Aspose team,
we have problems with the encoding of german umlaut characters when
opening and saving ods files.
As a small example I tested the following code:
LoadOptions opt = new LoadOptions(LoadFormat.ODS);
wb = new Workbook(odsFilePath, opt);
wb.Save(odsFilePath + “.ods”);
The created ods file contains strange characters.
In the attachment I added the two files.
Thank you in advance,
Stefan.