Package org.jxls.util
Class CannotOpenWorkbookException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jxls.common.JxlsException
org.jxls.util.CannotOpenWorkbookException
- All Implemented Interfaces:
Serializable
JXLS exception: Excel file cannot be opened
If this exception occurs:
- Check the filename.
- Check the file format. (.xlsx files are Zip files.)
- Check whether you can open the Excel file with Microsoft Excel.
- Probably you must recreate the Excel file from scratch. Use of Microsoft Excel and XLSX format is recommended.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotOpenWorkbookException
public CannotOpenWorkbookException() -
CannotOpenWorkbookException
-