ExcelTextExtractionMethod Enumeration

Relativity Processing Services
Specifies the method used for text extraction from Excel spreadsheets.

Namespace:  Relativity.Processing.Services
Assembly:  Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public enum ExcelTextExtractionMethod
Members

  Member nameValueDescription
Native0 Use native text extraction.
DtSearch1 Use dtSearch for text extraction.
NativeWithDtSearchFailover2 Use Native for extraction, with automatic re-try using dtSearch
See Also

Reference