API Reference

Enum

ExcelPreflightCapability

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

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.

Accepted by parameters

Values

public const ExcelPreflightCapability ReadWorkbookData #

Read worksheet data, tables, and typed rows from the workbook.

Value: 0
public const ExcelPreflightCapability EditCellValues #

Edit existing cell values while preserving package parts OfficeIMO does not fully author yet.

Value: 1
public const ExcelPreflightCapability EditWorkbookStructure #

Perform structure-changing edits such as adding/removing sheets, tables, drawings, pivots, or relationships.

Value: 2
public const ExcelPreflightCapability UseCachedFormulaValues #

Use cached formula values for reads, export, or downstream reporting.

Value: 3
public const ExcelPreflightCapability CalculateFormulas #

Calculate workbook formulas through OfficeIMO's lightweight evaluator.

Value: 4
public const ExcelPreflightCapability BindTemplate #

Bind data into an Excel template and save the generated workbook.

Value: 5
public const ExcelPreflightCapability ExportPdfReport #

Export a report workbook through the first-party OfficeIMO Excel-to-PDF path.

Value: 6