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