fixes bug#7129
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@53096 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
56b19997ef
commit
4c49b594e7
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue