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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2002-08-28 22:34 -------
Tried the 1.5.1 release, used the following code to set the background and border:

        HSSFCellStyle otherStyle = wb.createCellStyle();
        otherStyle.setFillPattern(HSSFCellStyle.SPARSE_DOTS);
        otherStyle.setFillBackgroundColor(HSSFColorConstants.YELLOW);
        otherStyle.setBorderBottom(HSSFCellStyle.BORDER_THICK);
        HSSFRow anotherRow = sheet.createRow((short)10);
        anotherRow.createCell((short)7).setCellValue("a label");
        anotherRow.getCell((short)7).setCellStyle(otherStyle);    

(wb is an instance of HSSFWorkbook, sheet is an HSSFSheet)

Still can't get the "Format Cells..." menu selection to work in Excel (from
Office XP).  Even if the cell is copied and pasted, Format Cells doesn't work.

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

Reply via email to