You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2017/01/02 20:46:35 UTC

[Bug 60462] indexedColors not extracted when stored in styles.xml

https://bz.apache.org/bugzilla/show_bug.cgi?id=60462

--- Comment #1 from Dominik Stadler <do...@gmx.at> ---
It seems support for this is completely absent currently, i.e. the
CTIndexedColors item is not read in StylesTable at all, currently a fixed set
of indexed colors is used in ExtendedColor.getRGBOrARGB().

So the first step is likely to add support for these to class StylesTable so
that we read a custom list of indexed colors and then adjust the places where
the mapping from indexed colors to RGB should take place.

Patches welcome!

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org