mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix bug
This commit is contained in:
13
hutool-poi/src/test/java/cn/hutool/poi/excel/IssueI5U1JATest.java
Executable file
13
hutool-poi/src/test/java/cn/hutool/poi/excel/IssueI5U1JATest.java
Executable file
@@ -0,0 +1,13 @@
|
||||
package cn.hutool.poi.excel;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
public class IssueI5U1JATest {
|
||||
@Test
|
||||
@Ignore
|
||||
public void readAllTest() {
|
||||
final ExcelReader reader = ExcelUtil.getReader("d:/test/issueI5U1JA.xlsx");
|
||||
reader.readAll();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user