Check that ooxml-schemas-1.0.jar is in the classpath.
All the required jars are included in POI release packages. If you are using a daily build, you need to download them
from www.ibiblio.org.
See URLs in build.xml: http://svn.apache.org/repos/asf/poi/trunk/build.xml
Yegor
Hello !
I'm trying to extract the text from a .xlsx file.
But when I execute:
XSSFExcelExtractor extractor = new XSSFExcelExtractor(path);
... I get the following error
Exception in thread "main" java.lang.NoClassDefFoundError:
org/openxmlformats/schemas/spreadsheetml/x2006/main/CTSheet
at
org.apache.poi.xssf.extractor.XSSFExcelExtractor.
(XSSFExcelExtractor.java:45)
Where can I find the openxmlformats jars?
Thank you!
---------------------------------------------------------------------
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]