Extract OLE Objects from Workbook
Contents
[
Hide
]
Sometimes, you do need to extract OLE objects from a workbook. Aspose.Cells supports extracting and saving those OLE objects as demonstrated in this article.
Extract OLE Objects from a Workbook
Creating a Template Workbook
- Created a spreadsheet in Microsoft Excel.
- Add a Microsoft Word document, an Excel workbook and a PDF document as OLE objects on the first worksheet.
Extract OLE Objects
The code below does the actual work of finding and extracting OLE objects as DOCX, XLSX, PPTX and PDF files.
Conclusion:
This article shows how to extract OLE objects from a workbook using Aspose.Cells. Hopefully, it will give you some insight that will allow you to use these options in your own scenarios.