Bug 59342 - Get and set tab color
Summary: Get and set tab color
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: unspecified
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-17 07:37 UTC by Javen O'Neal
Modified: 2016-04-17 11:55 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.