java change CellStyle backgroung/foreground color

java change CellStyle backgroung/foreground color
CellStyle style = workbook.createCellStyle();

style.setFillForegroundColor(IndexedColors.YELLOW.getIndex());
style.setFillBackgroundColor(IndexedColors.YELLOW.getIndex());
style.setFillPattern(FillPatternType.SOLID_FOREGROUND);
Source:‮w‬ww.lautturi.com
Created Time:2017-09-02 13:44:37  Author:lautturi