Sfoglia il codice sorgente

update

Signed-off-by: anderx <312518615@qq.com>
anderx 5 anni fa
parent
commit
a2004507aa

+ 0 - 3
src/main/java/com/goafanti/common/utils/ExportExcelUtil.java

@@ -87,9 +87,6 @@ public class ExportExcelUtil {
 			XSSFCell c = row2.createCell(i);
 			c.setCellValue(comment[i]);
 			c.setCellStyle(style2);
-			
-
-
 		}
 		return wb;
 	}

+ 0 - 1
src/main/java/com/goafanti/demandCollection/service/impl/DemandCollectionServiceImpl.java

@@ -189,7 +189,6 @@ public class DemandCollectionServiceImpl extends BaseMybatisDao<DemandCollection
     				}
     				XSSFCell c = r.createCell(i);
     				sheet.autoSizeColumn(i,true); 
-    				
     				c.setCellStyle(styleTitle);
     				if (sheet.getColumnWidth(i)>10000) {
     					sheet.setColumnWidth(i, 10000);