mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix expty excel bug
This commit is contained in:
@@ -217,4 +217,11 @@ public class ExcelReadTest {
|
||||
Assert.assertEquals("#", read.get(3).get(0));
|
||||
Assert.assertEquals("#", read.get(3).get(1));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void readEmptyTest(){
|
||||
final ExcelReader reader = ExcelUtil.getReader("d:/test/issue.xlsx");
|
||||
final List<Map<String, Object>> maps = reader.readAll();
|
||||
Console.log(maps);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user