ワークシートに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.

サンプルコード