Uses of Class
org.apache.poi.openxml4j.exceptions.NotOfficeXmlFileException

Packages that use NotOfficeXmlFileException
org.apache.poi.openxml4j.exceptions   
org.apache.poi.openxml4j.opc.internal   
 

Uses of NotOfficeXmlFileException in org.apache.poi.openxml4j.exceptions
 

Subclasses of NotOfficeXmlFileException in org.apache.poi.openxml4j.exceptions
 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
 

Uses of NotOfficeXmlFileException in org.apache.poi.openxml4j.opc.internal
 

Methods in org.apache.poi.openxml4j.opc.internal that throw NotOfficeXmlFileException
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 2017 The Apache Software Foundation or its licensors, as applicable.