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));
}
}

View File

@ -145,6 +145,7 @@
</execution>
</executions>
</plugin>
<!-- 测试覆盖度 -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>