hi,

see comments inline.

Am 25.10.2016 um 06:46 schrieb ashokkumarg:
When I read a value from excel I get the following exception trace.

org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException
     at
org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFactory.java:62)
     at org.apache.poi.POIXMLDocumentPart.read(POIXMLDocumentPart.java:403)
     at org.apache.poi.POIXMLDocument.load(POIXMLDocument.java:155)
     at
org.apache.poi.xssf.usermodel.XSSFWorkbook.<init>(XSSFWorkbook.java:207)
     at utility.ExcelUtility.readWorkbook(ExcelUtility.java:57)
     at utility.ExcelUtility.getSheet(ExcelUtility.java:40)
     at utility.ExcelUtility.getNumberOfRows(ExcelUtility.java:73)
     at testEngine.TestEngine.main(TestEngine.java:71)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:498)
     at
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
     at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
     at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
     at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
     at
org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
     at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
     at org.testng.TestRunner.privateRun(TestRunner.java:774)
     at org.testng.TestRunner.run(TestRunner.java:624)
     at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
     at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:354)
     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:312)
     at org.testng.SuiteRunner.run(SuiteRunner.java:261)
     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1215)
     at org.testng.TestNG.runSuitesLocally(TestNG.java:1140)
     at org.testng.TestNG.run(TestNG.java:1048)
     at
org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:132)
     at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:236)
     at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:81)
Caused by: java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
     at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
     at
org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFactory.java:60)
     ... 31 more
Caused by: java.io.IOException: error: Unexpected end of file after null
     at org.apache.poi.xssf.model.StylesTable.readFrom(StylesTable.java:167)
     at org.apache.poi.xssf.model.StylesTable.<init>(StylesTable.java:92)
     ... 36 more
it seems like you are having a problem with your spreadsheet. is it correctly validated?
are you trying to access a cell that is out of scope?
POI version 3.9, Schemas 3.9 XML beans 2.6.0, dom4j: 1.6.1



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Invocation-Target-exception-on-XSSFWorkbook-tp5725370.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to