Reading special characters like umlauts

hi folks, is it possible to read cell strings that contain umlauts? i haven’t found any method/property to change the character set used bei aspose.excel

thanks

axel

Hi Axel,

Sure you can. You can use Cell.StringValue to return string in a cell. Aspose.Excel supports unicode. So you can read special characters without any problem.

thanx!!!

i have written a test application that produced correct results. the problem is the data imported from a database to an excel sheet. seems to be some kind of junk…

greetzz

axel