API Reference
Class
LegacyXlsImportSummary
Provides the compact, user-facing outcome of a legacy XLS import.
Inheritance
- Object
- LegacyXlsImportSummary
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
- Property LegacyXlsLoadResult.Summary
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 WorksheetCount { get; } #Gets the projected worksheet count.
public Int32 ChartSheetCount { get; } #Gets the projected chart-sheet count.
public Int32 DiagnosticCount { get; } #Gets the diagnostic count.
public Int32 UnsupportedFeatureCount { get; } #Gets the unsupported feature count.
public Int32 PreservedFeatureCount { get; } #Gets the preserve-only BIFF feature count.
public Int32 UnsupportedSheetCount { get; } #Gets the unsupported sheet count.
public Int32 CompoundFeatureCount { get; } #Gets the compound feature count.
public Boolean HasImportErrors { get; } #Gets whether import errors occurred.
public Boolean HasConversionLoss { get; } #Gets whether XLSX conversion would omit known content.