All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jxls.util.CannotOpenWorkbookException Maven / Gradle / Ivy

The newest version!
package org.jxls.util;

import org.jxls.common.JxlsException;

/**
 * JXLS exception: Excel file cannot be opened
 * 
 * 

If this exception occurs:

    *
  1. Check the filename.
  2. *
  3. Check the file format. (.xlsx files are Zip files.)
  4. *
  5. Check whether you can open the Excel file with Microsoft Excel.
  6. *
  7. Probably you must recreate the Excel file from scratch. Use of Microsoft Excel and XLSX format is recommended.
*/ public class CannotOpenWorkbookException extends JxlsException { private static final long serialVersionUID = -3618771481378341600L; public CannotOpenWorkbookException(Throwable e) { super(e); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy