You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Extract embedded OLE files from Excel as streams | Syncfusion
3
+
description: This page shows how to extract embedded OLE objects from Excel as streams using the Syncfusion .NET Excel (XlsIO) library.
4
+
platform: document-processing
5
+
control: XlsIO
6
+
documentation: UG
7
+
---
8
+
9
+
# How to extract embedded OLE files from an Excel workbook as streams?
10
+
11
+
You can extract OLE objects in an Excel workbook as streams using XlsIO. The following example demonstrates how to retrieve embedded files from a worksheet.
12
+
{% tabs %}
13
+
{% highlight c# tabtitle="C# [Cross-platform]" %}
14
+
using (ExcelEngine excelEngine = new ExcelEngine())
0 commit comments