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