Aspose.Excel encoding problem

Good day,

We are using Aspose.Excel v3.5.2.0 components in a Visual Studio 2005 project to extract data to Excel files. We experience encoding problems of this type: utf french character {é, è, ê, etc.} are exported incorrectly. They are translated as: é and è .

We upgraded to a test version of Aspose.Cells but the result was the same.

What can we do to solve this problem?
Default saving code used to export data to Excel is:

workbook.Save(filename + “.xls”, Aspose.Excel.SaveType.OpenInExcel, Aspose.Excel.FileFormatType.Excel97, HttpContext.Current.Response);

Thank you,

Jean-Pierre



Hi,

Please create and post a sample application (sample code with template excel file) to show the issue, we will check your issue soon.

Note: you may zip the application prior attaching it here.

Thank you.