ExcelHeaderFooterExtraction Enumeration

Relativity Processing Services
Indicates how Excel spreadsheet headers and footers are handled during text extraction.

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

public enum ExcelHeaderFooterExtraction
Members

  Member nameValueDescription
DoNotExtract0 Don't include headers or footers in the extracted text.
ExtractAndPlaceAtEnd1 Extract the header and footer, and stack the header on top of the footer at the end each sheet in an Excel file.
ExtractAndPlaceInline2 Extract the header and footer and add this content as inline extracted text to the Excel file.
See Also

Reference