Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Sometimes you need to extract OLE objects from a workbook. Aspose.Cells supports extracting and saving those OLE objects.
This article shows how to create a console application in Visual Studio .NET and extract different OLE objects from a workbook with a few simple lines of code.
| Template document with OLE objects (OLEFile.xls) |
|---|
![]() |
Next, extract the OLE objects and save them to the hard disk with their respective file types.
All Aspose components, when installed, work in evaluation mode. The evaluation mode has no time limit and only injects watermarks into produced documents.
Start Visual Studio .NET and create a new console application. This example will show a C# console application, but you can use VB.NET too.
...\Program Files\Aspose\Aspose.Cells\Bin\Net1.0\Aspose.Cells.dll.The code below does the actual work of finding and extracting OLE objects. The OLE objects (DOC, XLS, and PDF files) are saved to disk.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.