Link to home
Start Free TrialLog in
Avatar of Dibakar Sinha
Dibakar Sinha

asked on

Facing this exception any idea :- Caused by: java.lang.ClassNotFoundException: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheet

Caused by: java.lang.ClassNotFoundException: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheet

Below jars are already present
poi-3.15.jar
poi-ooxml-3.7-20101029.jar
xmlbeans-2.6.0.jar
commons-collections4-4.1.jar
ASKER CERTIFIED SOLUTION
Avatar of gurpsbassi
gurpsbassi
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CEHJ
It's actually in poi-ooxml-schemas-3.15.jar, which is part of the current poi distribution. You should use it all

go to http://www.findjar.com
That's not a good idea really - it's context-free and will probably return any old  jar it happens to find a class in, irrespective of version, context, etc.
That class is from ooxml-schemas-1.0.jar
Be aware that using jars that just happen to contain the class that wasn't found could lead to some nasty problems
It's actually in poi-ooxml-schemas-3.15.jar, which is part of the current poi distribution. You should use it all

Dibakar Sinha: Why don't you have this jar?