CellsError

Overview

CellsError is a enum in Aspose.Cells FOSS for Rust. Inherits from: Debug, Clone, PartialEq, and 1 more.

This enum provides 9 methods for working with CellsError objects in Rust programs. Available methods include: csharp_exception_type_name, fmt, to_cells_exception, to_formula_exception, to_invalid_file_format_exception, to_style_exception, to_unsupported_feature_exception, to_workbook_load_exception, to_workbook_save_exception. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Values

ValueDescription
SheetNotFound
WorksheetIndexOutOfRange
InvalidSheetName
InvalidZoom
InvalidCellReference
InvalidInput
IndexOutOfRange
Io
OverlappingMergedRange
Unsupported

Methods

SignatureDescription
fmt(f: &mut Formatter<'_>)std::fmt::ResultCalls fmt(f) on this CellsError instance.
csharp_exception_type_name()&'static strCalls csharp_exception_type_name on this CellsError instance.
to_cells_exception()CellsExceptionCalls to_cells_exception on this CellsError instance.
to_workbook_load_exception()WorkbookLoadExceptionCalls to_workbook_load_exception on this CellsError instance.
to_workbook_save_exception()WorkbookSaveExceptionCalls to_workbook_save_exception on this CellsError instance.
to_invalid_file_format_exception()InvalidFileFormatExceptionCalls to_invalid_file_format_exception on this CellsError instance.
to_formula_exception()FormulaExceptionCalls to_formula_exception on this CellsError instance.
to_style_exception()StyleExceptionCalls to_style_exception on this CellsError instance.
to_unsupported_feature_exception()UnsupportedFeatureExceptionCalls to_unsupported_feature_exception on this CellsError instance.

See Also