API Reference

Enum

LegacyXlsUnsupportedFeatureKind

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies unsupported or preserve-only legacy XLS features discovered during import.

Inheritance

  • Enum
  • LegacyXlsUnsupportedFeatureKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Values

public const LegacyXlsUnsupportedFeatureKind UnsupportedRecord #

A BIFF record was discovered but is not imported by the current phase.

Value: 0
public const LegacyXlsUnsupportedFeatureKind EncryptedWorkbook #

The workbook is password-to-open encrypted.

Value: 1
public const LegacyXlsUnsupportedFeatureKind UnsupportedBiffVersion #

The workbook uses an older or otherwise unsupported BIFF version.

Value: 2
public const LegacyXlsUnsupportedFeatureKind MacroSheet #

A macro sheet entry was discovered.

Value: 3
public const LegacyXlsUnsupportedFeatureKind ChartSheet #

A chart sheet entry was discovered.

Value: 4
public const LegacyXlsUnsupportedFeatureKind VbaModuleSheet #

A VBA module sheet entry was discovered.

Value: 5
public const LegacyXlsUnsupportedFeatureKind VbaProject #

VBA project storage was discovered in the OLE compound container.

Value: 6
public const LegacyXlsUnsupportedFeatureKind OleObject #

Embedded OLE object storage was discovered in the OLE compound container.

Value: 7
public const LegacyXlsUnsupportedFeatureKind DigitalSignature #

Digital signature storage or streams were discovered in the OLE compound container.

Value: 8
public const LegacyXlsUnsupportedFeatureKind DocumentProperty #

A document property value was present but not projected.

Value: 9
public const LegacyXlsUnsupportedFeatureKind DialogSheet #

A dialog sheet entry was discovered.

Value: 10
public const LegacyXlsUnsupportedFeatureKind Comment #

A legacy comment record shape was present but not imported.

Value: 12
public const LegacyXlsUnsupportedFeatureKind DrawingObject #

Drawing or object records were present but not imported.

Value: 13
public const LegacyXlsUnsupportedFeatureKind PivotTable #

PivotTable records were present but not imported.

Value: 14
public const LegacyXlsUnsupportedFeatureKind ExternalReference #

External reference records or supporting links were present but not imported.

Value: 15
public const LegacyXlsUnsupportedFeatureKind AutoFilterCriteria #

AutoFilter criteria or supporting records were present but not imported.

Value: 16
public const LegacyXlsUnsupportedFeatureKind Formula #

Formula-related records were present but not fully projected.

Value: 17
public const LegacyXlsUnsupportedFeatureKind DataValidation #

Data validation records were present but not imported.

Value: 18
public const LegacyXlsUnsupportedFeatureKind ConditionalFormatting #

Conditional formatting records were present but not imported.

Value: 19
public const LegacyXlsUnsupportedFeatureKind Chart #

Chart records were present but not imported.

Value: 20
public const LegacyXlsUnsupportedFeatureKind WorksheetProtection #

Worksheet protection records were present but not fully projected.

Value: 21
public const LegacyXlsUnsupportedFeatureKind WorksheetView #

Worksheet view records were present but not fully projected.

Value: 22
public const LegacyXlsUnsupportedFeatureKind WorksheetSort #

Worksheet sort records were present but not fully projected.

Value: 23
public const LegacyXlsUnsupportedFeatureKind StyleExtension #

Extended style formatting records were present but not projected.

Value: 24
public const LegacyXlsUnsupportedFeatureKind TableStyle #

Extended table style records were present but not projected.

Value: 25
public const LegacyXlsUnsupportedFeatureKind TableDefinition #

Legacy worksheet table/list definition records were present but not projected.

Value: 26
public const LegacyXlsUnsupportedFeatureKind Theme #

Extended theme records were present but not projected.

Value: 27
public const LegacyXlsUnsupportedFeatureKind WorkbookMetadata #

Extended workbook metadata records were present but not projected.

Value: 28
public const LegacyXlsUnsupportedFeatureKind FeatureExtension #

Future feature extension records were present but not projected.

Value: 29
public const LegacyXlsUnsupportedFeatureKind PhoneticGuide #

Phonetic guide records were present but not projected.

Value: 30
public const LegacyXlsUnsupportedFeatureKind UnsupportedSheet #

An unsupported worksheet-like sheet type was discovered.

Value: 31