This commit is contained in:
Looly
2020-10-14 17:47:35 +08:00
parent 5d60656566
commit 3920d79e38
2 changed files with 2 additions and 0 deletions

View File

@@ -213,4 +213,5 @@ public class ExcelReadTest {
final ExcelReader reader = ExcelUtil.getReader("merge_test.xlsx");
reader.read((cell, value)-> Console.log("{}, {} {}", cell.getRowIndex(), cell.getColumnIndex(), value));
}
}