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
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