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.
Description
WorksheetXmlMapper is a class in the Aspose.Cells FOSS library for Java that exposes 2 methods and 0 properties for programmatic use.
Core capabilities include: not implemented in the foss edition — throws at runtime. reads the content from the source input; not implemented in the foss edition — throws at runtime. writes the current content to the target output. These operations enable developers to integrate worksheetxmlmapper functionality directly into Java applications.
Methods
| Signature | Description |
|---|---|
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. |