API Reference
ExcelPreflightCapability
Workflow-level OfficeIMO.Excel operation categories covered by feature preflight checks.
Inheritance
- Enum
- ExcelPreflightCapability
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
- Field ExcelPreflightCapability.BindTemplate
- Field ExcelPreflightCapability.CalculateFormulas
- Field ExcelPreflightCapability.EditCellValues
- Field ExcelPreflightCapability.EditWorkbookStructure
- Field ExcelPreflightCapability.ExportPdfReport
- Field ExcelPreflightCapability.ReadWorkbookData
- Field ExcelPreflightCapability.UseCachedFormulaValues
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const ExcelPreflightCapability ReadWorkbookData #Read worksheet data, tables, and typed rows from the workbook.
0public const ExcelPreflightCapability EditCellValues #Edit existing cell values while preserving package parts OfficeIMO does not fully author yet.
1public const ExcelPreflightCapability EditWorkbookStructure #Perform structure-changing edits such as adding/removing sheets, tables, drawings, pivots, or relationships.
2public const ExcelPreflightCapability UseCachedFormulaValues #Use cached formula values for reads, export, or downstream reporting.
3public const ExcelPreflightCapability CalculateFormulas #Calculate workbook formulas through OfficeIMO's lightweight evaluator.
4public const ExcelPreflightCapability BindTemplate #Bind data into an Excel template and save the generated workbook.
5public const ExcelPreflightCapability ExportPdfReport #Export a report workbook through the first-party OfficeIMO Excel-to-PDF path.
6