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