eduardo.dicarde 2016-02-19 19:55:06 +00:00
parent 56b19997ef
commit 4c49b594e7
1 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ public class ModificacionMasivaTarifasController extends MyGenericForwardCompose
HSSFRow rowLinhaBranco = sheet1.createRow(contRow++);
HSSFCell cellLinhaBranco = rowLinhaBranco.createCell(0);
sheet1.addMergedRegion(new CellRangeAddress(rowLinhaBranco.getRowNum(), rowLinhaBranco.getRowNum(), 0, 16));
cellLinhaBranco.setCellValue(Strings.EMPTY);
cellLinhaBranco.setCellValue("");
cellLinhaBranco.setCellStyle(estilo);
}