API Reference

Class

ExcelSaveDiagnostics

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Describes which package writer was used by the most recent save operation.

Inheritance

  • Object
  • ExcelSaveDiagnostics

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 ExcelSavePackageWriter Writer { get; } #

The package writer used by the save operation.

public Boolean UsedFastPackageWriter { get; } #

True when the save used a fast package path instead of full package finalization.

public String FastPackageSkipReason { get; } #

Reason the fast package writer was skipped, when the save fell back to full package finalization.