优化导入模板下载样式
This commit is contained in:
+2
@@ -479,6 +479,8 @@ public class SarBussionessStandController extends BaseController<SarBussionessSt
|
|||||||
}
|
}
|
||||||
Cell cellA2 = row2.createCell(0);
|
Cell cellA2 = row2.createCell(0);
|
||||||
cellA2.setCellValue(FieldConvertUtil.exportName);
|
cellA2.setCellValue(FieldConvertUtil.exportName);
|
||||||
|
sheetItems.setColumnWidth(0, 60 * 256);
|
||||||
|
row2.setHeight((short) (120 * 50));
|
||||||
|
|
||||||
String repFileName = fileName2.replaceAll("/","_");
|
String repFileName = fileName2.replaceAll("/","_");
|
||||||
excelOS = new FileOutputStream(fileNowPath + "/" + repFileName);
|
excelOS = new FileOutputStream(fileNowPath + "/" + repFileName);
|
||||||
|
|||||||
Reference in New Issue
Block a user