The full name of poi.jar is Apache POI-the Java API for Microsoft Documents. The poi.jar package contains poi.jar-3.8, poi.jar-3.9, poi.jar-3.10. Download and use it now. Detailed file explanation The latest released version of POI is 3.10_FINAL. The jar packages protected by this version are: Many people are confused about which one of POI should be imported with so many Jars. In fact, many times we only use POI to operate Excel. Even just use xls format. Then there is no need to import them all. Please refer to the following for the specific JAR package that should be used: When we only need to use xls format, we only need to import poi-version-yyyymmdd.jar; when we also need to use xlsx format, we also need to import poi-ooxml-version-yyyymmdd .jar; As for poi-ooxml-schemas-version-yyyymmdd.jar, this jar is rarely used; poi-scratchpad-version-yyyymmdd.jar is needed when we need to operate word, ppt, viso, outlook, etc. File preview here the editor has prepared poi.jar 3.8; poi.jar 3.9; poi.jar 3.10 for everyone
Expand