I am having issue in importing xssfWorkbook. I have added poi.xml files externally and added dependencies in my pom file. But still the eclipse shows error as import cannot be resolved.
Asked
Active
Viewed 323 times
0

JeyanthiRanjit
- 161
- 1
- 12
-
Did you add external jar files into your projrct library ? – Justin Lambert Jul 24 '20 at 12:25
-
Yes I did...I have updated the maven as well..but again some issues going on as "java.lang.NoClassDefFoundError: org/apache/poi/ss/usermodel/Workbook"..any help here? – JeyanthiRanjit Jul 24 '20 at 18:26
-
Hey this link will help you to resolve this **https://stackoverflow.com/questions/17973970/how-to-solve-java-lang-noclassdeffounderror** – Justin Lambert Jul 27 '20 at 05:08
-
https://javarevisited.blogspot.com/2011/06/noclassdeffounderror-exception-in.html – Justin Lambert Jul 27 '20 at 05:26