API Reference

Class

ExcelWorkbookRepairReport

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Report returned after safe workbook repair orchestration.

Inheritance

  • Object
  • ExcelWorkbookRepairReport

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

Properties

public IReadOnlyList<ExcelWorkbookRepairAction> Actions { get; } #

Actions attempted by the repair pass.

public ExcelWorkbookDiagnosticReport Before { get; } #

Diagnostic report captured before repairs.

public ExcelWorkbookDiagnosticReport After { get; } #

Diagnostic report captured after repairs.

public Int32 ActionCount { get; } #

Number of repair actions attempted.