https://issues.apache.org/bugzilla/show_bug.cgi?id=55844
--- Comment #2 from Dominik Stadler <[email protected]> --- I verified now that on Windows in Excel 2010 the file shows a custom color of 0:100:255 as you state, further investigation indicates that this is likely a feature that POI does not fully support yet. The BiffViewer shows the following record which seems to contain this data: Offset=0x00001BC8(7112) recno=178 sid=0x087D size=0x0041(65) [XFEXT] (0x87D) rawData=[7D, 08, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 3E, 00, 00, 00, 03, 00, 0D, 00, 14, 00, 03, 00, 00, 00, 01, 00, 00, 00, 30, 30, 5C, 29, 3B, 5F, 28, 2A, 0E, 00, 05, 00, 02, 04, 00, 14, 00, 02, 00, 00, 00, 00, 64, FF, FF, 3B, 5F, 28, 40, 5F, 29, 20, 20] [/XFEXT] The sid 087D is listed as "not yet supported" in UnknownRecord.java, not sure if there is enough public description of this record-type to implement support for it in POI. -- 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]
