Uses of Class
org.apache.poi.openxml4j.opc.ZipPackage
-
Packages that use ZipPackage Package Description org.apache.poi.openxml4j.opc.internal org.apache.poi.xssf.usermodel -
-
Uses of ZipPackage in org.apache.poi.openxml4j.opc.internal
Methods in org.apache.poi.openxml4j.opc.internal with parameters of type ZipPackage Modifier and Type Method Description static org.apache.commons.compress.archivers.zip.ZipArchiveEntry
ZipHelper. getCorePropertiesZipEntry(ZipPackage pkg)
Retrieve the zip entry of the core properties part. -
Uses of ZipPackage in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel with parameters of type ZipPackage Modifier and Type Method Description static XSSFWorkbook
XSSFWorkbookFactory. createWorkbook(ZipPackage pkg)
Creates a XSSFWorkbook from the given OOXML Package
-