On Tue, 25 Jan 2011, shankarrao wrote:
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.

You need to assign the style to a cell before it applies, which seems to be missing from your code snippet

Nick

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

Reply via email to