XlsxWorkbookDefinedNames
Overview
XlsxWorkbookDefinedNames is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Default, Clone, PartialEq.
This struct provides 9 methods for working with XlsxWorkbookDefinedNames objects in Rust programs.
Available methods include: add_invalid_defined_name_issue, build_auto_filter_defined_names, build_defined_names, contains_duplicate, handle_invalid_defined_name, load_workbook_defined_names, qualify_auto_filter_range, quote_worksheet_name, to_absolute_cell_reference.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
build_defined_names(model: WorkbookModel) → serde_json::Value | Calls build_defined_names(model) on this XlsxWorkbookDefinedNames instance. |
load_workbook_defined_names(workbook_root: serde_json::Value, workbook_model: WorkbookModel, sheet_count: i32, diagnostics: LoadDiagnostics, options: LoadOptions) | Calls load_workbook_defined_names(workbook_root, workbook_model, sheet_count, diagnostics, options) on this XlsxWorkbookDefinedNames instance. |
contains_duplicate(defined_names: IReadOnlyList<DefinedNameModel>, name: String, local_sheet_index: Option<i32>) → bool | Calls contains_duplicate(defined_names, name, local_sheet_index) on this XlsxWorkbookDefinedNames instance. |
add_invalid_defined_name_issue(diagnostics: LoadDiagnostics, options: LoadOptions, message: String) | Calls add_invalid_defined_name_issue(diagnostics, options, message) on this XlsxWorkbookDefinedNames instance. |
handle_invalid_defined_name(options: LoadOptions, message: String) | Calls handle_invalid_defined_name(options, message) on this XlsxWorkbookDefinedNames instance. |
build_auto_filter_defined_names(model: WorkbookModel) → serde_json::Value | Calls build_auto_filter_defined_names(model) on this XlsxWorkbookDefinedNames instance. |
qualify_auto_filter_range(sheet_name: String, range: String) → String | Calls qualify_auto_filter_range(sheet_name, range) on this XlsxWorkbookDefinedNames instance. |
quote_worksheet_name(sheet_name: String) → String | Calls quote_worksheet_name(sheet_name) on this XlsxWorkbookDefinedNames instance. |
to_absolute_cell_reference(value: String) → String | Calls to_absolute_cell_reference(value) on this XlsxWorkbookDefinedNames instance. |