|
@@ -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())) {
|