OpenExcl
Types
Link copied to clipboard
Link copied to clipboard
When opening a File, it MUST NOT exist. A new file will be created with the supplied mode. If the file being opened already exists, a FileAlreadyExistsException will be thrown.
Link copied to clipboard
When opening a File, it MUST exist. A new file will NOT be created. If the file being opened does not exist, a FileNotFoundException will be thrown.