https://issues.apache.org/bugzilla/show_bug.cgi?id=48344
Denis Kurochkin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.5-FINAL |3.8-dev --- Comment #7 from Denis Kurochkin <[email protected]> 2011-09-28 15:07:22 UTC --- (In reply to comment #6) > (In reply to comment #4) > > I also encountered this problem. > > I confirm that the method setRowStyle() is not working properly. > > I try to paint background. But the background is not painted in created > > cells, > > but only empty ones. > > > > Here is code which reproduces the bug. > > tested with both POI 3.7 and 3.8 beta4 If I replace all HSSF by XSSF in this example it works as expected. (3.8 only). So HSSF and XSSF have different implementations of setRowStyle(). And old one (from HSSF) is buggy. -- 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]
