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.jar poi-3.9.jar