Options specified when reading XLS files.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
[FlagsAttribute]
public enum XlsOptions
Visual Basic
<FlagsAttribute> _
Public Enumeration XlsOptions

Members

Member nameValueDescription
None0 Do not preserve records. Only records fully supported by GemBox.Spreadsheet API will be loaded.
PreserveGlobalRecords1 Preserve global (workbook) records.
PreserveWorksheetRecords2 Preserve worksheet records.
PreserveSummaries4 Preserve summaries.
PreserveMacros8 Preserve macros and VBA code.
PreserveAll15 Preserve all possible information.

See Also