SharedStringRepository
Overview
SharedStringRepository is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Default, Clone, PartialEq.
This struct provides 3 methods for working with SharedStringRepository objects in Rust programs.
Available methods include: clear, intern, try_get_value.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Fields: _indices, _values.
Fields
| Name | Type | Access | Description |
|---|---|---|---|
_indices | std::collections::HashMap<String, i32> | Read/Write | Gets the indices. |
_values | Vec<String> | Read/Write | Gets the values. |
Methods
| Signature | Description |
|---|---|
clear() | Calls clear on this SharedStringRepository instance. |
try_get_value(index: i32, value: Ref<String>) → bool | Calls try_get_value(index, value) on this SharedStringRepository instance. |
intern(value: String) → i32 | Calls intern(value) on this SharedStringRepository instance. |