Bug 59342

Summary: Get and set tab color
Product: POI Reporter: Javen O'Neal <onealj>
Component: XSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Javen O'Neal 2016-04-17 07:37:11 UTC
4 years ago in r1295079, setTabColor(int colorIndex) was added to XSSFSheet, but no getter was added, nor a way to add a non-indexed color.

Since Excel 2007+ supports sheet tabs to be any color, including themed or tinted colors, setTabColor(XSSFColor color) seems like a more appropriate method, along with a corresponding getter.
Comment 1 Javen O'Neal 2016-04-17 07:39:46 UTC
Added in r1739547. Added to SXSSFSheet in r1739548.
Comment 2 Javen O'Neal 2016-04-17 11:55:56 UTC
Update changelog in r1739589.