Hi,

please try to set the fill pattern via

style.setFillPattern(FillPatternType.SOLID_FOREGROUND);

See also
http://poi.apache.org/components/spreadsheet/quick-guide.html#FillsAndFrills

Thanks... Dominik.


On Mon, Feb 24, 2020 at 6:27 PM Huw Coxon <matw...@gmail.com> wrote:

>
> 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.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
> For additional commands, e-mail: user-h...@poi.apache.org
>
>

Reply via email to