Package | Description |
---|---|
org.apache.poi.openxml4j.exceptions | |
org.apache.poi.openxml4j.opc.internal |
Modifier and Type | Class and Description |
---|---|
class |
ODFNotOfficeXmlFileException
This exception is thrown when we are given an ODF-based file
(eg OpenOffice .ods) instead of an actually OOXML (Office Open XML) file
|
class |
OLE2NotOfficeXmlFileException
This exception is thrown when we are given an OLE2-based file
(eg Excel .xls) instead of an actually OOXML (Office Open XML) file
|
Modifier and Type | Method and Description |
---|---|
static java.util.zip.ZipFile |
ZipHelper.openZipFile(java.io.File file)
Opens the specified file as a secure zip, or returns null if no
such file exists
|
static void |
ZipHelper.verifyZipHeader(java.io.InputStream stream)
Verifies that the given stream starts with a Zip structure.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.