API Reference
Class
ExcelDocumentConversionResult
Represents the destination artifact and report produced by an Excel file conversion.
Inheritance
- Object
- ExcelDocumentConversionResult
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
- Method ExcelDocument.Convert
- Method ExcelDocument.ConvertAsync
- Property ExcelDocumentConversionException.Result
Methods
Inherited Methods
Properties
public String Value { get; } #Gets the normalized destination path when the artifact was committed; otherwise, null.
public ExcelDocumentConversionReport Report { get; } #Gets the immutable conversion assessment.
public Boolean HasLoss { get; } #Gets whether the conversion reported known content loss.