setFillForeground to an XSSFColor
Huw Coxon <[email protected]>
| Newsgroups | gmane.comp.jakarta.poi.user |
|---|---|
| Message-ID | <pony-a48f9ba8a3af7793e3f4717f446992486a8287d8-afb1b2fd690c4410aa19a45fb93bd459f07acd0d@user.poi.apache.org> |
I'm having real problems setting the color of the Fill foreground for a cell using Apache POI commons code. I was under the impression from the javadoc that this method was available: void setFillForegroundColor(short fg) Set the foreground fill color as a indexed color value Note: Ensure Foreground color is set prior to background color.