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
| Value | Description |
|---|---|
SheetNotFound | |
WorksheetIndexOutOfRange | |
InvalidSheetName | |
InvalidZoom | |
InvalidCellReference | |
InvalidInput | |
IndexOutOfRange | |
Io | |
OverlappingMergedRange | |
Unsupported |
Methods
| Signature | Description |
|---|---|
fmt(f: &mut Formatter<'_>) → std::fmt::Result | Calls fmt(f) on this CellsError instance. |
csharp_exception_type_name() → &'static str | Calls csharp_exception_type_name on this CellsError instance. |
to_cells_exception() → CellsException | Calls to_cells_exception on this CellsError instance. |
to_workbook_load_exception() → WorkbookLoadException | Calls to_workbook_load_exception on this CellsError instance. |
to_workbook_save_exception() → WorkbookSaveException | Calls to_workbook_save_exception on this CellsError instance. |
to_invalid_file_format_exception() → InvalidFileFormatException | Calls to_invalid_file_format_exception on this CellsError instance. |
to_formula_exception() → FormulaException | Calls to_formula_exception on this CellsError instance. |
to_style_exception() → StyleException | Calls to_style_exception on this CellsError instance. |
to_unsupported_feature_exception() → UnsupportedFeatureException | Calls to_unsupported_feature_exception on this CellsError instance. |