WorkbookXmlMapper

WorkbookXmlMapper

Overview

WorkbookXmlMapper 是 C++ 的 FOSS 中的 Aspose.Cells 类.

表示工作簿 xml 映射器.

本类提供了3种方法,用于在C++程序中使用WorkbookXmlMapper对象. 有的方法包括: Read, WorkbookXmlMapper, Write. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.

Methods

SignatureDescription
WorkbookXmlMapper()在这个 WorkbookXmlMapper 实例中调用WorkbookXmlMapper.
Read(stream: std::vector<std::uint8_t>, workbookModel: CellValue, packageModel: CellValue)读取指定的来源的数据.
Write(stream: std::vector<std::uint8_t>, workbookModel: CellValue, packageModel: CellValue)写入数据到指定目标.

See Also

 中文