Commit f7ef46943ece46d1d4ea39f4ad64ff6dde7bb9a7
1 parent
b1ff109a
Exists in
master
1. 去除无关打印
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
build.gradle
src/main/java/com/taover/util/UtilExcel.java
... | ... | @@ -449,7 +449,6 @@ public class UtilExcel { |
449 | 449 | h时mm分 ------- 32 |
450 | 450 | yyyy-MM-dd HH:hh:ss 22 |
451 | 451 | */ |
452 | - System.out.println(cell.getCellStyle().getDataFormat()); | |
453 | 452 | short format = cell.getCellStyle().getDataFormat(); |
454 | 453 | if (DateUtil.isCellDateFormatted(cell)) { |
455 | 454 | SimpleDateFormat sdf = null; | ... | ... |