Editing Hyperlinks of Worksheet with Golang via C++
Contents
[
Hide
]
Aspose.Cells allows you to access all the hyperlinks of the worksheet using the 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 changes their GetAddress() property to the Aspose website.