https://issues.apache.org/bugzilla/show_bug.cgi?id=48344

--- Comment #12 from Nick Burch <[email protected]> 2011-09-29 13:24:06 
UTC ---
(In reply to comment #9)
> In reopened file:
> sheet.getRow(2).getRowStyle(); // returns style which defined previosly by
> setRowStyle().
> style = sheet.getRow(2).getCell(0).getCellStyle(); // returns default workbook
> style

If you set a style on a row in Excel, what gets written for the cell styles for
cells with the default style? Does excel go through and change all the cells in
the row, or does it just inherit?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to