Package org.apache.poi.xssf
Class XLSBUnsupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.apache.poi.UnsupportedFileFormatException
-
- org.apache.poi.xssf.XLSBUnsupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class XLSBUnsupportedException extends UnsupportedFileFormatException
We don't support .xlsb for read and write viaXSSFWorkbook
. As of POI 3.16-beta3, we do support streaming reading of xlsb files viaXSSFBReader
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
MESSAGE
-
Constructor Summary
Constructors Constructor Description XLSBUnsupportedException()
-
-
-
Field Detail
-
MESSAGE
public static final java.lang.String MESSAGE
- See Also:
- Constant Field Values
-
-