Enum ExcelErrorParsingStrategy
Defines how cells with errors in the source range should be handled.
Namespace: OfficeOpenXml.Export.ToDataTable
Assembly: EPPlus.dll
Syntax
public enum ExcelErrorParsingStrategy
Fields
Name | Description |
---|---|
HandleExcelErrorsAsBlankCells | Excel Errors in cells will be handles as blank cells |
IgnoreRowWithErrors | If an error is detected, the entire row will be ignored |
ThrowException | An exception will be thrown when an error occurs in a cell |