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
Members
Member name | Value | Description | |
---|---|---|---|
DoNotExtract | 0 | Don't include headers or footers in the extracted text. | |
ExtractAndPlaceAtEnd | 1 | Extract the header and footer, and stack the header on top of the footer at the end each sheet in an Excel file. | |
ExtractAndPlaceInline | 2 | Extract the header and footer and add this content as inline extracted text to the Excel file. |
See Also