Returns an object that represents either a single OLE object (an OLEObject) or a collection of all OLE objects (an OLEObjects collection) on the chart or sheet. Read-only. This example creates a list ...
EPPlus supports adding OLE Objects by accessing ExcelWorksheet 's Drawings property. You can add OLE Objects by supplying a file path or a Stream. Instead of embedding an object into the worksheet, ...