Aspose.Excel With Unicode

Hi. I’m doing an evaluation on Aspose.Excel and I would like to know if unicode language types are supported in the component. Thank you.

Yes. Aspose.Excel fully supports unicode.

@jonquil_31,
Aspose.Cells has replaced Aspose.Excel which is discontinued now. This new product is quite rich in terms of features and performance as compared to the discarded product Aspose.Excel. It also supports rendering unicode characters as demonstrated in the following sample code:

Workbook wb = new Workbook(dataDir + "unicode-supplementary-characters.xlsx");

// Save the workbook
wb.save(dataDir + "output.pdf");

You may get more details in the following article:
Protecting Worksheets

The latest version of this product can be downloaded here:
Aspose.Cells for .NET (Latest Version)

A ready to run solution to test the features is available here.