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

--- Comment #9 from Denis Kurochkin <[email protected]> 2011-09-29 12:51:14 
UTC ---
(In reply to comment #8)
> Is the problem with how POI sees the styling, or only with Excel?
> 
> i.e. if you style a row in POI, save it, re-open it and check the style, will
> POI see the correct styling even if Excel won't?

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

> Additionally, if you run the Microsoft Binary File Format Validator against 
> the
> POI styled file, does it pass?
log.xml for my example attached

-- 
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