sheet.setColumnWidth((short) 11, (short) 3000);
sheet.setColumnWidth((short) 12, (short) 6000);
// --------- En-tête de colonne -------
HSSFFont font = wb.createFont();
HSSFCellStyle style = wb.createCellStyle();
font = wb.createFont();
font.setFontHeightInPoints((short) 10);
font.setFontName("Arial");
font.setBoldweight(HSSFFont.BOLDWEIGHT_BOLD);