예제 #1
0
 public void colorStyles(CellStyle style, Formatter out) {
   XSSFCellStyle cs = (XSSFCellStyle) style;
   styleColor(out, "background-color", cs.getFillForegroundXSSFColor());
   styleColor(out, "color", cs.getFont().getXSSFColor());
 }