GemBox.Spreadsheet

XlsOptions Enumeration

Options specified when reading XLS files.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum XlsOptions

Members

Member Name Description Value
None Do not preserve records. Only records fully supported by GemBox.Spreadsheet API will be loaded. 0
PreserveGlobalRecords Preserve global (workbook) records. 1
PreserveWorksheetRecords Preserve worksheet records. 2
PreserveSummaries Preserve summaries. 4
PreserveMacros Preserve macros and VBA code. 8
PreserveAll Preserve all possible information. 15

Requirements

Namespace: GemBox.Spreadsheet

Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll)

See Also

GemBox.Spreadsheet Namespace