Table of Contents

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 = 0

Excel Errors in cells will be handles as blank cells

IgnoreRowWithErrors = 2

If an error is detected, the entire row will be ignored

ThrowException = 1

An exception will be thrown when an error occurs in a cell