Bug 46044

Summary: missing HSSFRow.setRowStyle method?
Product: POI Reporter: littlenoodles <ryampolsky>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED LATER    
Severity: normal    
Priority: P2    
Version: 3.1-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description littlenoodles 2008-10-20 10:41:33 UTC
The HSSFRow documentation for version 3.1 final lists get/setRowStyle methods, but they're not there in HSSFRow.java.  Is this an old, deprecated feature, or a new one that's not coded yet?

setRowStyle(HSSFCellStyle style)
          Applies a whole-row cell styling to the row.
Comment 1 littlenoodles 2008-10-21 08:44:52 UTC
Interestingly, it turns out that these HSSFRow:get/setRowStyle methods are *not* in the documentation packaged with the distro (3.1 or 3.2-FINAL).

But they do show up in the current online documentation at

http://poi.apache.org/apidocs/index.html
Comment 2 Nick Burch 2008-10-27 05:31:40 UTC
The docs on the website track svn trunk

You'll need to get poi 3.2 for this method, poi 3.1 is too old