lyhzzz 2 ヶ月 前
コミット
9d2f7ae793

+ 0 - 1
src/main/java/com/fdkankan/agent/util/ExcelUtil.java

@@ -41,7 +41,6 @@ public class ExcelUtil {
             for (int cellNum=0;cellNum<= row.getLastCellNum();cellNum++){
                 Cell cell = row.getCell(cellNum);
 
-
                 if (cell != null && cell.getCellTypeEnum() != CellType.STRING && HSSFDateUtil.isCellDateFormatted(cell)) {
                     Date date = cell.getDateCellValue();
                     if (HSSFDateUtil.isValidExcelDate(date.getTime())) {

BIN
src/main/resources/template/authModel.xlsx