LoadDiagnostics

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

NameTypeAccessDescription
issuesList<LoadIssue>ReadGets the read-only list of load issues.

Methods

SignatureDescription
getIssues()List<LoadIssue>Gets the read-only list of load issues.
hasRepairs()booleanGets a value indicating whether any repairs were applied during loading.
hasDataLossRisk()booleanGets a value indicating whether any issues have data loss risk.

See Also