fix #I2AOQW

This commit is contained in:
Looly
2020-12-27 04:31:46 +08:00
parent 8e1b7d1fa8
commit ee5331f53e
6 changed files with 97 additions and 48 deletions

View File

@@ -58,6 +58,11 @@ public class ExcelSaxReadTest {
@Test
public void readBySaxTest() {
ExcelUtil.readBySax("blankAndDateTest.xlsx", "0", createRowHandler());
}
@Test
public void readBySaxByRidTest() {
ExcelUtil.readBySax("blankAndDateTest.xlsx", 0, createRowHandler());
}