Working with Excel Hyperlinks – Aspose Cells Cloud Documentation
Contents
[
Hide
]
Hyperlinks in Excel let users create shortcuts to worksheets, files, folders, or webpages, providing quick navigation to specific locations.
Prerequisites: a valid API token (see the Authentication Guide) and the Cells.Cloud SDK installed.
Working with Hyperlinks on an Excel file
- How to get a hyperlink description from Excel Worksheet. – Retrieve the details of a single hyperlink, including its address and display text.
- How to get all hyperlinks description from Excel Worksheet. – List every hyperlink defined in a worksheet with their corresponding properties.
- How to add hyperlinks to Excel Worksheet – Insert a new hyperlink into a worksheet, specifying the target URL and the cell range.
- How to update hyperlinks in Excel Worksheet – Modify an existing hyperlink’s address, display text, or target cell.
- How to delete all hyperlinks from Excel Worksheet – Remove every hyperlink from a worksheet in a single operation.
- How to delete a hyperlink from Excel Worksheet – Delete a specific hyperlink identified by its index or cell reference.