LoadDiagnostics
Overview
LoadDiagnostics is a class in Aspose.Cells FOSS for Java.
Represents diagnostics information during workbook loading.
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. |