mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Update TestXSSFParser.java
This commit is contained in:
parent
172e73a10b
commit
7a80eb6920
@ -36,6 +36,8 @@ public class TestXSSFParser {
|
||||
try (XSSFWorkbook wb = XSSFParser.parse(file)) {
|
||||
assertNotNull(wb);
|
||||
assertEquals(3, wb.getNumberOfSheets());
|
||||
// unless we revert the package, the underlying file gets updated
|
||||
wb.getPackage().revert();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user