Commit 090b511c96ee7baf0173751e1b045a3e84d6bca4
1 parent
6db05b09
Exists in
master
.
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
build.gradle
| @@ -59,7 +59,7 @@ uploadArchives { | @@ -59,7 +59,7 @@ uploadArchives { | ||
| 59 | authentication(userName: NEXUS_USERNAME, password: NEXUS_PASSWORD) | 59 | authentication(userName: NEXUS_USERNAME, password: NEXUS_PASSWORD) |
| 60 | } | 60 | } |
| 61 | pom.project { | 61 | pom.project { |
| 62 | - version '1.1.106' | 62 | + version '1.1.107' |
| 63 | artifactId ARTIFACT_Id | 63 | artifactId ARTIFACT_Id |
| 64 | groupId GROUP_ID | 64 | groupId GROUP_ID |
| 65 | packaging TYPE | 65 | packaging TYPE |
src/main/java/com/taover/util/UtilExcel.java
| @@ -451,7 +451,7 @@ public class UtilExcel { | @@ -451,7 +451,7 @@ public class UtilExcel { | ||
| 451 | */ | 451 | */ |
| 452 | System.out.println(cell.getCellStyle().getDataFormat()); | 452 | System.out.println(cell.getCellStyle().getDataFormat()); |
| 453 | short format = cell.getCellStyle().getDataFormat(); | 453 | short format = cell.getCellStyle().getDataFormat(); |
| 454 | - if (DateUtil.isCellDateFormatted(cell)) { | 454 | + if (DateUtil.isCellDateFormatted(cell)) { |
| 455 | SimpleDateFormat sdf = null; | 455 | SimpleDateFormat sdf = null; |
| 456 | if(format == 14 || format == 31 || format == 57 || format == 58 ){ | 456 | if(format == 14 || format == 31 || format == 57 || format == 58 ){ |
| 457 | //日期 | 457 | //日期 |
| @@ -512,7 +512,7 @@ public class UtilExcel { | @@ -512,7 +512,7 @@ public class UtilExcel { | ||
| 512 | System.out.println(df.format(3.3300)); | 512 | System.out.println(df.format(3.3300)); |
| 513 | 513 | ||
| 514 | 514 | ||
| 515 | - String filepath = "C:\\Users\\EDZ\\Desktop\\date - 副本.xlsx"; | 515 | + String filepath = "C:\\Users\\EDZ\\Desktop\\詹姆士0623(3)(1).xlsx"; |
| 516 | List<List<Object>> data = null; | 516 | List<List<Object>> data = null; |
| 517 | 517 | ||
| 518 | try { | 518 | try { |