Hi all, I am having a problem writing euro symbol to the excel sheet using POI - HSSF. I am trying to write somethng similar to this,
String eurosymbl = "EUR"; cell =row.createCell((short)5); cell.setCellValue(eurosymbl+" is the present currency"); Actually, when i open a sheet usinf HSSF and read the manually entered EURO symbola and populate it in the new cells, i had NO PROBLEM, but, when i am trying to write data with unicode characters like euro ( btw, Euro code is \u20ac ) i am HAVING PROBLEM Any help in this regard is highly appreciated, Regards, Chandoo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
