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

            Bug ID: 56548
           Summary: XSSFCellStyle.getFillBackgroundColor should return 65
                    (not 64) when a fillBackgroundColor has not been
                    explicitly set
           Product: POI
           Version: 3.10
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]

If a new CellStyle is created and the fillBackgroundColor and
fillForegroundColor are set using the values from the column's default style,
then both the foreground and background colors are set to 64 which is intended
to represent AUTOMATIC. Microsoft's documentation, though, indicates that 64 is
the system foreground color and 65 is the system background color.

http://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.indexedcolors%28v=office.14%29.aspx

In excel, everything looks fine until you edit the cell at which point, the
cell becomes a black box (black foreground and background) while the cell is
being edited.

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