change packge and add date format support

This commit is contained in:
Looly
2020-12-05 16:37:49 +08:00
parent 9ad2848bbd
commit 7103adc02e
11 changed files with 28 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ public class ExcelSaxReadTest {
@Test
@Ignore
public void readBySaxTest2() {
ExcelUtil.readBySax("e:/B23_20180404164901240.xlsx", 2, (sheetIndex, rowIndex, rowList) -> Console.log(rowList));
ExcelUtil.readBySax("d:/test/default.xlsx", -1, (sheetIndex, rowIndex, rowList) -> Console.log(rowList));
}
private RowHandler createRowHandler() {