Hi

I found the following post in the archives concerning multiple formating. I to 
have this problem
http://www.mail-archive.com/[EMAIL PROTECTED]/msg02083.html

I can apply font style, however nothing happens when setting either a 
forground or background colour?....

HSSFCellStyle columnHeaderStyle = workBook.createCellStyle();
columnHeaderStyle.setFillBackgroundColor(HSSFColor.BLUE.index);
myCell.setCellStyle(columnHeaderStyle);

Anyone come acroos this one or have any ideas...?

thanks

Andy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to