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/04/19 05:37:32 UTC

[Bug 61004] org.apache.poi.hssf.usermodel.HSSFWorkbook.createCellStyle() throws NoClassDefFoundError on Google App Engine

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

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
It looks to me like we're using java.awt.Color just as a friendly way to store
and retrieve RGB values, as well as looking up some pre-defined colour values.

I think it might be fairly quick to replace that with a custom RGB class, but
I'll defer to others to check/confirm/etc

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