[]
Represents the category of the result.
public enum Reason
Public Enum Reason
| Name | Description |
|---|---|
| CompoundFile | The XLS file format is not supported. |
| CorruptedFile | The file structure is corrupted. |
| ExistedName | There is a workbook with the same name in the workbook set. |
| General | Unspecified reason. |
| IncorrectPassword | The password is not correct. |
| InvalidFormat | The file format is not supported. |
| MissingPassword | The password is missing. |
| Success | The action is performed successfully. |