|
@@ -928,7 +928,6 @@ public class PersonInfoController {
|
|
|
cellTitle8.setCellValue("位置4");
|
|
|
HSSFCell cellTitle9 = rowTitle.createCell(8);
|
|
|
cellTitle9.setCellValue("位置5");
|
|
|
- sheet.setColumnWidth(0, 3766);
|
|
|
// HSSFCell cellTitle10 = rowTitle.createCell(9);
|
|
|
// cellTitle10.setCellValue("人脸开关");
|
|
|
// HSSFCell cellTitle11 = rowTitle.createCell(10);
|