WorkbookXmlMapper
Overview
WorkbookXmlMapper is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Default, Clone, PartialEq.
This struct provides 2 methods for working with WorkbookXmlMapper 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, workbook_model: serde_json::Value, package_model: serde_json::Value) | Calls read(stream, workbook_model, package_model) on this WorkbookXmlMapper instance. |
write(stream: Stream, workbook_model: serde_json::Value, package_model: serde_json::Value) | Calls write(stream, workbook_model, package_model) on this WorkbookXmlMapper instance. |