LoadDiagnostics
Overview
LoadDiagnostics is a class in Aspose.Cells FOSS for Java.
Represents diagnostics information during workbook loading.
This class provides 3 methods for working with LoadDiagnostics objects in Java programs.
Available methods include: getIssues, hasDataLossRisk, hasRepairs.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: issues.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
issues | List<LoadIssue> | Read | Gets the read-only list of load issues. |
Methods
| Signature | Description |
|---|---|
getIssues() → List<LoadIssue> | Gets the read-only list of load issues. |
hasRepairs() → boolean | Gets a value indicating whether any repairs were applied during loading. |
hasDataLossRisk() → boolean | Gets a value indicating whether any issues have data loss risk. |