Skip to content

Commit

Permalink
# 4.0.3
Browse files Browse the repository at this point in the history
* 兼容部分日期格式读取异常的问题
  • Loading branch information
zhuangjiaju committed Sep 11, 2024
1 parent fab7653 commit 4826273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ public void t03Read() {
Assertions.assertEquals("2023-1-01 00:00:00", dataMap.get(1).get(0));
Assertions.assertEquals("2023-1-01 00:00:00", dataMap.get(2).get(0));
Assertions.assertEquals("2023-1-01 00:00:01", dataMap.get(3).get(0));
Assertions.assertEquals("2023-1-01 00:00:00", dataMap.get(4).get(0));
Assertions.assertEquals("2023-1-01 00:00:00", dataMap.get(5).get(0));
Assertions.assertEquals("2023-1-01 00:00:01", dataMap.get(6).get(0));
}

private void readCn(File file) {
Expand Down
Binary file modified easyexcel-test/src/test/resources/dataformat/dataformatv2.xlsx
Binary file not shown.

0 comments on commit 4826273

Please sign in to comment.