mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix code
This commit is contained in:
parent
5d60656566
commit
3920d79e38
@ -213,4 +213,5 @@ public class ExcelReadTest {
|
|||||||
final ExcelReader reader = ExcelUtil.getReader("merge_test.xlsx");
|
final ExcelReader reader = ExcelUtil.getReader("merge_test.xlsx");
|
||||||
reader.read((cell, value)-> Console.log("{}, {} {}", cell.getRowIndex(), cell.getColumnIndex(), value));
|
reader.read((cell, value)-> Console.log("{}, {} {}", cell.getRowIndex(), cell.getColumnIndex(), value));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
1
pom.xml
1
pom.xml
@ -145,6 +145,7 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<!-- 测试覆盖度 -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>cobertura-maven-plugin</artifactId>
|
<artifactId>cobertura-maven-plugin</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user