Clear
Contents
[
Hide
]
This REST API deletes all hyperlinks on an Excel worksheet.
REST API
DELETE http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}/hyperlinks
The request parameters are:
| Parameter Name | Type | Location | Description |
|---|---|---|---|
| name | string | path | The name of the Excel file. |
| sheetName | string | path | The name of the worksheet. |
| folder | string | query | The folder that contains the document. |
| storageName | string | query | The storage service name. |
The OpenAPI Specification defines a publicly accessible programming interface, allowing you to 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 shows how to delete all hyperlinks from a worksheet.
Cloud SDK Family
Using an SDK speeds up development by handling low‑level details for you. For a complete list of Aspose.Cells Cloud SDKs, visit the GitHub repository.
The following code examples demonstrate how to delete worksheet hyperlinks with various SDKs: