This commit is contained in:
Looly
2020-12-19 01:03:04 +08:00
parent 973c9c4227
commit 9701a9619c
5 changed files with 94 additions and 47 deletions

View File

@@ -164,6 +164,14 @@ public class ExcelSaxReadTest {
Assert.assertEquals("2012-12-21 00:00:00", rows.get(4));
}
@Test
@Ignore
public void dateReadXlsxTest2() {
ExcelUtil.readBySax("d:/test/custom_date_format2.xlsx", 0,
(i, i1, list) -> Console.log(list)
);
}
@Test
@Ignore
public void readBlankTest() {