fix sax 03 bug

This commit is contained in:
Looly
2020-10-22 14:36:49 +08:00
parent bee588de3c
commit 7bfb8e82cf
4 changed files with 21 additions and 9 deletions

View File

@@ -106,7 +106,7 @@ public class ExcelSaxReadTest {
@Test
@Ignore
public void dateReadTest() {
ExcelUtil.readBySax("d:/test/sax_date_test.xlsx", 0, (i, i1, list) ->
ExcelUtil.readBySax("d:/test/date_test.xls", 0, (i, i1, list) ->
Console.log(StrUtil.join(", ", list)));
}