org.apache.poi.xssf
Class XLSBUnsupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.apache.poi.UnsupportedFileFormatException
                      extended by 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 via XSSFWorkbook. As of POI 3.16-beta3, we do support streaming reading of xlsb files via XSSFBReader

See Also:
Serialized Form

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

MESSAGE

public static final java.lang.String MESSAGE
See Also:
Constant Field Values
Constructor Detail

XLSBUnsupportedException

public XLSBUnsupportedException()


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.