Clear Hyperlinks
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
Request Parameters
| 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. |
Error Responses
| HTTP Code | Reason | Example Body |
|---|---|---|
| 400 | Bad Request – missing or invalid parameters. | { "Code":"400", "Message":"Invalid parameter value." } |
| 401 | Unauthorized – missing or invalid JWT token. | { "Code":"401", "Message":"Access token is missing or invalid." } |
| 404 | Not Found – workbook or worksheet does not exist. | { "Code":"404", "Message":"File not found." } |
| 500 | Internal Server Error – unexpected server failure. | { "Code":"500", "Message":"An unexpected error occurred." } |
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: