WorksheetXmlMapper

WorksheetXmlMapper

Overview

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

This struct declares 2 methods for WorksheetXmlMapper objects in Rust programs. Available methods include: read, write. 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