API Reference
Class
ExcelDocumentConversionResult
Reports the outcome and fidelity findings of 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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SourcePath { get; } #Gets the normalized source path.
public String DestinationPath { get; } #Gets the normalized destination path.
public ExcelFileFormat SourceFormat { get; } #Gets the source's detected physical format.
public ExcelFileFormat DestinationFormat { get; } #Gets the requested destination physical format.
public IReadOnlyList<ExcelConversionDiagnostic> Diagnostics { get; } #Gets compact conversion diagnostics.
public Boolean HasDataLoss { get; } #Gets whether the conversion intentionally omitted known source content.
public Boolean OutputCreated { get; } #Gets whether the destination artifact was committed successfully.
public Boolean ReplacedExistingFile { get; } #Gets whether a pre-existing destination file was replaced.