diff --git a/build.gradle b/build.gradle index 6fcf631..3a21c62 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ uploadArchives { authentication(userName: NEXUS_USERNAME, password: NEXUS_PASSWORD) } pom.project { - version '1.1.110' + version '1.1.112' artifactId ARTIFACT_Id groupId GROUP_ID packaging TYPE diff --git a/src/main/java/com/taover/util/UtilExcel.java b/src/main/java/com/taover/util/UtilExcel.java index c76ab4f..bf87179 100644 --- a/src/main/java/com/taover/util/UtilExcel.java +++ b/src/main/java/com/taover/util/UtilExcel.java @@ -449,7 +449,6 @@ public class UtilExcel { h时mm分 ------- 32 yyyy-MM-dd HH:hh:ss 22 */ - System.out.println(cell.getCellStyle().getDataFormat()); short format = cell.getCellStyle().getDataFormat(); if (DateUtil.isCellDateFormatted(cell)) { SimpleDateFormat sdf = null; -- libgit2 0.21.2