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]
