WorksheetXmlMapper

WorksheetXmlMapper

Overview

WorksheetXmlMapper is a struct in Aspose.Cells FOSS for Rust. Inherits from: Default, Clone, PartialEq.

This struct provides 2 methods for working with WorksheetXmlMapper 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

SignatureDescription
read(stream: Stream, worksheet_model: serde_json::Value)Calls read(stream, worksheet_model) on this WorksheetXmlMapper instance.
write(stream: Stream, worksheet_model: serde_json::Value)Calls write(stream, worksheet_model) on this WorksheetXmlMapper instance.

See Also