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.

Description

LoadDiagnostics is a class in the Aspose.Cells FOSS library for Java that exposes 3 methods and 1 property for programmatic use.

Core capabilities include: list<loadissue>. These operations enable developers to integrate loaddiagnostics functionality directly into Java applications.

The class also provides the issues property (gets the read-only list of load 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

 English