Background:
When you want to stop hyperlinks from opening a page when clicked on follow the steps below
Steps to Complete:
Set the hyperlink to null
activeSheet.setHyperlink(row, col, {});
Tyler Barlock
New subscription options for .NET developers now available! See details.
New .NET subscription options—see details!
New .NET pricing—see details!
When you want to stop hyperlinks from opening a page when clicked on follow the steps below
Set the hyperlink to null
activeSheet.setHyperlink(row, col, {});
Tyler Barlock