I load attached Excel file, and save it as CSV file. All characters are not displayed correctly in result CSV file. The texts in original Excel file is Chinese, and in Chinese font “宋体”, which is not available on my Windows system. But the file is displayed correctly when I open it in Excel.
code:
Workbook wb = new Workbook(buf);
wb.Save(location.textstream, Aspose.Cells.SaveFormat.CSV);