font.setFontHeightInPoints((short)24);
font.setFontName(FONT_TYPE);
font.setColor(FONT_COLOR_TITLE);
/*** Header *****/
CellStyle style = wb.createCellStyle();
style.setFont(font);
style.setAlignment(CellStyle.ALIGN_CENTER);
style.setFillPattern(HSSFCellStyle.SOLID_FOREGROUND);
style.setFillForegroundColor(BACKGROUND_COLOR);