Enum eErrorType
Represents the errortypes in excel
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum eErrorType
  Fields
| Name | Description | 
|---|---|
| Calc | Calc error  | 
      
| Div0 | Division by zero  | 
      
| NA | Not applicable  | 
      
| Name | Name error  | 
      
| Null | Null error  | 
      
| Num | Num error  | 
      
| Ref | Reference error  | 
      
| Spill | Spill error from a dynamic array formula.  | 
      
| Value | Value error  |