WorkbookXmlMapper
Overview
WorkbookXmlMapper is a class in Aspose.Cells FOSS for Java.
Maps workbook data to/from SpreadsheetML XML format.
This class provides 2 methods for working with WorkbookXmlMapper 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
WorkbookXmlMapper 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 workbook data from a spreadsheetml xml stream; not implemented in the foss edition — throws at runtime. writes workbook data to a spreadsheetml xml stream. These operations enable developers to integrate workbookxmlmapper functionality directly into Java applications.
Methods
| Signature | Description |
|---|---|
read(stream: InputStream, workbookModel: Object, packageModel: Object) | Not implemented in the FOSS edition — throws at runtime. Reads workbook data from a SpreadsheetML XML stream. |
write(stream: OutputStream, workbookModel: Object, packageModel: Object) | Not implemented in the FOSS edition — throws at runtime. Writes workbook data to a SpreadsheetML XML stream. |