mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add methods
This commit is contained in:
@@ -214,4 +214,10 @@ public class ExcelReadTest {
|
||||
reader.read((cell, value)-> Console.log("{}, {} {}", cell.getRowIndex(), cell.getColumnIndex(), value));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void readTest() {
|
||||
final ExcelReader reader = ExcelUtil.getReader("d:/test/人员体检信息表.xlsx");
|
||||
final List<List<Object>> read = reader.read();
|
||||
// Console.log(read);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user