diff --git a/src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java b/src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java index f2b56880e7..1069f23c25 100644 --- a/src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java +++ b/src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java @@ -112,6 +112,10 @@ public class HSSFFileHandler extends SpreadsheetHandler { try (InputStream stream = new FileInputStream(file)) { handleFile(stream, file.getPath()); } + + handleExtracting(file); + + handleAdditional(file); } // a test-case to test this locally without executing the full TestAllFiles