fix(文档拆分): 78342

This commit is contained in:
yjz
2023-11-14 18:15:21 +08:00
parent f9280ecf70
commit dce8c5190e
@@ -766,7 +766,7 @@ public class DocumentSplitServiceImpl implements IDocumentSplitService {
// 填充说明
Cell cell = headerRowTwo.createCell(0);
String explain = "模版说明:\n" +
"1.条号不能为空\n" +
"1.条号不能为空\n" +
"2.仅支持zip格式文件夹";
CellStyle cellStyleTwo = workbook.createCellStyle();