Package org.jxls.util

Class CannotOpenWorkbookException

All Implemented Interfaces:
Serializable

public class CannotOpenWorkbookException extends JxlsException
JXLS exception: Excel file cannot be opened

If this exception occurs:

  1. Check the filename.
  2. Check the file format. (.xlsx files are Zip files.)
  3. Check whether you can open the Excel file with Microsoft Excel.
  4. Probably you must recreate the Excel file from scratch. Use of Microsoft Excel and XLSX format is recommended.
See Also:
  • Constructor Details

    • CannotOpenWorkbookException

      public CannotOpenWorkbookException()
    • CannotOpenWorkbookException

      public CannotOpenWorkbookException(Throwable e)