LoadDiagnostics

LoadDiagnostics

Overview

LoadDiagnostics is a struct in Aspose.Cells FOSS for Rust. Inherits from: Debug, Default, Clone, and 2 more.

Represents load diagnostics.

This struct provides 4 methods for working with LoadDiagnostics objects in Rust programs. Available methods include: add, has_data_loss_risk, has_repairs, issues. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
add(issue: LoadIssue)Adds an item.
issues()&[LoadIssue]Gets the issues collected while loading the workbook.
has_repairs()boolReturns whether repairs.
has_data_loss_risk()boolReturns whether data loss risk.

See Also