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

           Summary: XSSFFont.getXSSFColor().getRgb() returns null for
                    theme colors
           Product: POI
           Version: 3.7
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Steps:
1. Create Excel doc.
2. Set font color with the theme color.
3. Call from POI
XSSFFont font = (XSSFFont)
workbook.getFontAt(cell.getCellStyle().getFontIndex());
byte[] rgb = font.getXSSFColor().getRgb();

Actual result: null
Expected: rgb

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