Uses of Class
org.apache.poi.UnsupportedFileFormatException
Packages that use UnsupportedFileFormatException
Package
Description
Horrible SpreadSheet Format API's for reading/writting Excel files using pure Java.
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of UnsupportedFileFormatException in org.apache.poi
Subclasses of UnsupportedFileFormatException in org.apache.poiModifier and TypeClassDescriptionclass
Base class of all the exceptions that POI throws in the event that it's given a file that's older than currently supported. -
Uses of UnsupportedFileFormatException in org.apache.poi.hslf.exceptions
Subclasses of UnsupportedFileFormatException in org.apache.poi.hslf.exceptionsModifier and TypeClassDescriptionclass
This exception is thrown when we try to open a PowerPoint file, and it's too old for us. -
Uses of UnsupportedFileFormatException in org.apache.poi.hssf
Subclasses of UnsupportedFileFormatException in org.apache.poi.hssf -
Uses of UnsupportedFileFormatException in org.apache.poi.hwpf
Subclasses of UnsupportedFileFormatException in org.apache.poi.hwpf -
Uses of UnsupportedFileFormatException in org.apache.poi.openxml4j.exceptions
Subclasses of UnsupportedFileFormatException in org.apache.poi.openxml4j.exceptionsModifier and TypeClassDescriptionclass
This exception is thrown when we try to open a file that doesn't seem to actually be an OOXML (Office Open XML) file after allclass
This exception is thrown when we are given an ODF-based file (eg OpenOffice .ods) instead of an actually OOXML (Office Open XML) fileclass
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 UnsupportedFileFormatException in org.apache.poi.poifs.filesystem
Subclasses of UnsupportedFileFormatException in org.apache.poi.poifs.filesystemModifier and TypeClassDescriptionclass
This exception is thrown when we try to open a file that's actually an Office 2007+ XML file, rather than an OLE2 file (which is what POIFS works with) -
Uses of UnsupportedFileFormatException in org.apache.poi.xssf
Subclasses of UnsupportedFileFormatException in org.apache.poi.xssfModifier and TypeClassDescriptionclass
We don't support .xlsb for read and write viaXSSFWorkbook
.