In my XSSFWorkbook  I'm trying to define a data format for British pounds as 
follows:
moneyCellStyle.setDataFormat(df.getFormat("£#,##0.00"));

In my Excel document the numbers are formatted correctly and the pound sign is 
present but it is prefixed by an 'Å' character.   
e.g. ţ1,500.00

Do I need to explicitly need to set an encoding somewhere or should this 
automatically be handled by POI?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to