leonardo 2016-06-06 17:17:39 +00:00
parent 8857471ee9
commit 062bbf4fb5
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ public class TarifaOficialExcelController extends MyGenericForwardComposer {
if(nome.length() > 31){ if(nome.length() > 31){
nome = " (".concat(obj[12].toString()).concat(")"); nome = " (".concat(obj[12].toString()).concat(")");
} }
sheet1 = wb.createSheet(nome); sheet1 = wb.createSheet(nome.replace("/", "-"));
contRow = 1; contRow = 1;
HSSFRow rowCabecalho = sheet1.createRow(0); HSSFRow rowCabecalho = sheet1.createRow(0);