WorksheetXmlMapper

WorksheetXmlMapper

Overview

WorksheetXmlMapper is a class in Aspose.Cells FOSS for Java.

Maps worksheet XML data.

This class provides 2 methods for working with WorksheetXmlMapper objects in Java programs. Available methods include: read, write. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.

Methods

SignatureDescription
read(stream: InputStream, worksheetModel: Object)Not implemented in the FOSS edition — throws at runtime. Reads the content from the source input.
write(stream: OutputStream, worksheetModel: Object)Not implemented in the FOSS edition — throws at runtime. Writes the current content to the target output.

See Also