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

           Summary: XSSFColor.getRgb() returns null for Excel 97-2003
                    indexed colors
           Product: POI
           Version: 3.7
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Steps:
1. Open old.xls Excel file (see in attachment).
2. Create new XLSX Excel file.
2. Copy cell with colored background from old.xls to new xlsx.
3. Process new xlsx doc with poi.
4. Get cell background color:
cell.getCellStyle().getFillForegroundXSSFColor().getRgb()

Actual: null
Expected: rgb byte array

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