Getting below issue while parsing excel file using Apache poi, My workspace contains below jars in pom.xml, Why we need dom4j.jar to read excel file ? Internal dependency should be auto resolved ? <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.10-FINAL</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId>
Discy Latest Questions
I saved my Excel file to latest version (xlsx using save as) but still I’m getting below error. Exception in thread “main” org.apache.poi.poifs.filesystem.OfficeXmlFileException: The supplied data appears to be in the Office 2007+ XML. You are calling the part of POI ...
I’m getting below error while parsing excel (xls) sheet using apache poi. My excel file having sheet, I can open & access it using MS Excel but its showing invalid excel in Java org.apache.poi.poifs.filesystem.NotOLE2FileException: Invalid header signature; read 0x54434F44213C0A0D, expected 0xE11AB1A1E011CFD0 ...