API Reference
Class
ExcelSaveDiagnostics
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
- Property ExcelDocument.LastSaveDiagnostics
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.