Encording CSV Problem with Aspose.Cells for .NET 5.1.3

Hi,
I’m using Aspose.Cells for .NET 5.1.3 DLL to convert XLS to CSV. My code is here:

Dim strFile As String = TextBox1.Text
Dim strCSV As String = TextBox2.Text + ".csv"

Dim fs As New FileStream(strFile, FileMode.Open, FileAccess.Read)
Dim wb As New Aspose.Cells.Workbook(fs)
wb.Save(strCSV, Aspose.Cells.SaveFormat.CSV)

My .xls file content Unicode (UTF-8) characters. But when I converted it to .csv, unicode is incorrect.

Hi,

Kindly post your input Excel file and output CSV file here, we will check your issue soon.

Thank you.

Thank you! I attached Trial_Test.rar file includes: Form1.xls and output_file.csv

Hi,

Could you save your Form1.xls file to CSV in MS Excel, I think the result would be same as Aspose.Cells. If not, kindly point out the difference with some details. We will check it soon.

Thank you.