|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.poi.UnsupportedFileFormatException
org.apache.poi.xssf.XLSBUnsupportedException
public class XLSBUnsupportedException
We don't support .xlsb for read and write via XSSFWorkbook
.
As of POI 3.16-beta3, we do support streaming reading of xlsb files
via XSSFBReader
Field Summary | |
---|---|
static java.lang.String |
MESSAGE
|
Constructor Summary | |
---|---|
XLSBUnsupportedException()
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MESSAGE
Constructor Detail |
---|
public XLSBUnsupportedException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |