Delete all OLE objects in an Excel worksheet
Contents
[
Hide
]
This REST API deletes all OLE objects in a specified Excel worksheet.
REST API
DELETE http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/oleobjects
Request parameters
| Parameter Name | Type | Location | Description |
|---|---|---|---|
| name | string | path | The name of the workbook. |
| sheetName | string | path | The name of the worksheet. |
| folder | string | query | The folder that contains the workbook. |
| storageName | string | query | The storage name where the workbook is located. |
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 Aspose.Cells web services. The example below demonstrates how to delete all OLE objects with cURL.
Cloud SDK Family
Using an SDK is the fastest way to integrate this operation into your application. An SDK abstracts low‑level details, allowing you to focus on business logic. See the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.
The following code examples demonstrate how to call the DeleteWorksheetOleObjects operation with various SDKs: