WorkbookXmlMapper
Overview
WorkbookXmlMapper is a class in Aspose.Cells FOSS for C++.
Represents workbook xml mapper.
This class provides 3 methods for working with WorkbookXmlMapper objects in C++ programs.
Available methods include: Read, WorkbookXmlMapper, Write.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
WorkbookXmlMapper() | Calls WorkbookXmlMapper on this WorkbookXmlMapper instance. |
Read(stream: std::vector<std::uint8_t>, workbookModel: CellValue, packageModel: CellValue) | Reads data from the specified source. |
Write(stream: std::vector<std::uint8_t>, workbookModel: CellValue, packageModel: CellValue) | Writes data to the specified target. |