update
This commit is contained in:
+1
-1
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user