SharedStringTableXmlMapper
Overview
SharedStringTableXmlMapper is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Default, Clone, PartialEq.
This struct provides 2 methods for working with SharedStringTableXmlMapper objects in Rust programs.
Available methods include: read, write.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
read(stream: Stream, shared_strings: serde_json::Value) | Calls read(stream, shared_strings) on this SharedStringTableXmlMapper instance. |
write(stream: Stream, shared_strings: serde_json::Value) | Calls write(stream, shared_strings) on this SharedStringTableXmlMapper instance. |