Get an OLE object in an Excel worksheet
Contents
[
Hide
]
This REST API retrieves an OLE object from an Excel worksheet.
REST API
GET http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/oleobjects/{objectNumber}?format={format}
The request parameters are:
| Parameter Name | Type | Location | Description |
|---|---|---|---|
| name | string | path | Document name. |
| sheetName | string | path | Worksheet name. |
| objectNumber | integer | path | The object number within the worksheet. |
| format | string | query | Desired export format for the object. |
| folder | string | query | Folder that contains the document. |
| storageName | string | query | Name of the storage to use. |
The OpenAPI Specification defines a publicly accessible programming interface and lets you perform REST interactions directly from a web browser.
You can use the cURL command‑line tool to call the Aspose.Cells web service. The example below demonstrates how to request an OLE object as a PNG image.
Cloud SDK Family
Using an SDK is the fastest way to integrate the API. SDKs handle low‑level details so you can focus on your business logic. See the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.
The following code examples demonstrate how to call Aspose.Cells web services with various SDKs: