优化导入模板下载样式

This commit is contained in:
SUNJIABIN
2023-03-31 15:02:57 +08:00
parent 882f9d74d4
commit bf25adf6b7
@@ -479,6 +479,8 @@ public class SarBussionessStandController extends BaseController<SarBussionessSt
}
Cell cellA2 = row2.createCell(0);
cellA2.setCellValue(FieldConvertUtil.exportName);
sheetItems.setColumnWidth(0, 60 * 256);
row2.setHeight((short) (120 * 50));
String repFileName = fileName2.replaceAll("/","_");
excelOS = new FileOutputStream(fileNowPath + "/" + repFileName);