XlsxWorkbookCommentsLoader
Overview
XlsxWorkbookCommentsLoader is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Default, Clone, PartialEq.
This struct provides 10 methods for working with XlsxWorkbookCommentsLoader objects in Rust programs.
Available methods include: extract_attribute_value, extract_tag_int, extract_vml_shapes, find_next_vml_shape, get_worksheet_rels_uri, load_comments, load_comments_xml, load_vml_drawing, parse_style_pt, read_note_text.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
load_comments(worksheet_model: WorksheetModel, archive: ZipArchive, worksheet_uri: String, diagnostics: LoadDiagnostics, options: LoadOptions, sheet_name: String) | Calls load_comments(worksheet_model, archive, worksheet_uri, diagnostics, options, sheet_name) on this XlsxWorkbookCommentsLoader instance. |
load_comments_xml(worksheet_model: WorksheetModel, entry: ZipArchiveEntry, diagnostics: LoadDiagnostics, options: LoadOptions, sheet_name: String) | Calls load_comments_xml(worksheet_model, entry, diagnostics, options, sheet_name) on this XlsxWorkbookCommentsLoader instance. |
read_note_text(text_element: serde_json::Value) → String | Calls read_note_text(text_element) on this XlsxWorkbookCommentsLoader instance. |
load_vml_drawing(worksheet_model: WorksheetModel, entry: ZipArchiveEntry) | Calls load_vml_drawing(worksheet_model, entry) on this XlsxWorkbookCommentsLoader instance. |
extract_vml_shapes(vml_text: String) → Vec<String> | Calls extract_vml_shapes(vml_text) on this XlsxWorkbookCommentsLoader instance. |
find_next_vml_shape(vml_text: String, search_from: i32) → i32 | Calls find_next_vml_shape(vml_text, search_from) on this XlsxWorkbookCommentsLoader instance. |
extract_tag_int(text: String, tag_name: String) → i32 | Calls extract_tag_int(text, tag_name) on this XlsxWorkbookCommentsLoader instance. |
extract_attribute_value(text: String, prefix: String) → String | Calls extract_attribute_value(text, prefix) on this XlsxWorkbookCommentsLoader instance. |
parse_style_pt(style: String, prefix: String) → i32 | Calls parse_style_pt(style, prefix) on this XlsxWorkbookCommentsLoader instance. |
get_worksheet_rels_uri(worksheet_uri: String) → String | Calls get_worksheet_rels_uri(worksheet_uri) on this XlsxWorkbookCommentsLoader instance. |