I have my cellStyle defined for displaying the Currency in dollar Format as
follows:
CellStyle dollarFormat = workbook.createCellStyle();
dollarFormat.setDataFormat(format.getFormat("$ ###,###,##0"));

However in the displayed workbook, i am not seeing the dollar symbol
displayed. Could you please assist me in knowing what am i missing in this?

Thanks for your help!
Shankar
-- 
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Dollar-Symbol-not-shown-in-the-workbook-tp3356326p3356326.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to