将OLE对象插入工作表

可能的使用场景

Aspose.Cells允许您在工作表中插入OLE对象。请使用Worksheet->GetOleObjects()->Add()方法来实现此目的。您需要一个图像字节数组,将用于在工作表中插入OLE对象,以及Ole对象数据字节,将是您实际要插入工作表中的对象。 

将OLE对象插入工作表

The following sample code creates the workbook object and inserts the Ole object inside the first worksheet and saves it as output Excel file. Please see the Aspose标志 used as image bytes and input Excel file used as Ole object data inside the code for reference.

示例代码