DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6802>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6802

Format Cells... dialog does not popup





------- Additional Comments From [EMAIL PROTECTED]  2002-03-07 05:56 -------
I just was playing around with Poi, and just managed to "fix" this in my test 
servlet.  It was broken when I did just:
        row1.setBorderBottom(HSSFCellStyle.BORDER_DOUBLE);
(where row1 is instanceof HSSFCellStyle).
Excel suddenly becomes happy when I do:
        row1.setBorderBottom(HSSFCellStyle.BORDER_DOUBLE);
        row1.setBottomBorderColor(HSSFCellStyle.PALE_BLUE);
        
The really strange thing is that both row-1 and row-2 (which has no border 
styles in my case) are broken.  All the other rows work (which also have no 
border styles).

I'm still a BIFF novice, so no patch.  But I hope this helps.

Reply via email to