Table of Contents

ExcelFile.ErrorActions Property

Determines if FlexCel will throw Exceptions or just ignore errors on specific situations. If you are trying to recover corrupt files, you might also want to check RecoveryMode

Syntax

Namespace: FlexCel.Core

public TExcelFileErrorActions ErrorActions { get; set; }

See also