Editing Hyperlinks of Worksheet
Contents
[
Hide
]
Aspose.Cells allows you to access all the hyperlinks of the worksheet using the Worksheet.getHyperlinks() collection. You can access each hyperlink from this collection one by one and edit its properties.
The following sample code accesses all the hyperlinks of the worksheet and uses their Hyperlink.setAddress(string) method to set the Aspose website.