This commit is contained in:
wangzhijiang
2022-05-19 21:53:29 +08:00
parent 37041f6db4
commit d044a39f60
@@ -436,7 +436,7 @@ public class ProjectLibraryBaseServiceImpl extends ServiceImpl<ProjectLibraryBas
String[] titleArr = title.split(",");
Row firstRow = sheet.createRow(0);
//第0行 1到3列 19到20列 设置居中、表头值。
for (int i = 0; i <= 2; i++){
Cell cell = firstRow.createCell(i);
cell.setCellValue(titleArr[i]);