Forum Discussion

preetkumar's avatar
preetkumar
New Contributor
8 years ago

ERROR:org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException

fis = new FileInputStream(new File(testDataFilePath)); workbook = new XSSFWorkbook(fis); sheet = workbook.getSheet(testCaseName); Here are the list of jars which i have used: ooxml-schemas-1.3.ja...
  • preetkumar's avatar
    8 years ago

    i tried with poi-3.16. After that i had to deploy commons-collections4-4.1.jar and commons-collections4-4.1-javadoc.jar. And finally it worked.