You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This solution raise in new problem, though:
a formula containing a string (from a MATCH or a LOOKUP) will be interpreted as an hyperlink
The re should test the presence of 'HYPERLINK' instead.
EDIT: by the way, the workaround I used was to use the self.impl.hyperlink like:
sheet.range(cell_coord).impl.hyperlink
Range.hyperlink only works if the link has been set programmatically, not when it it set with the
=HYPERLINK()
formula.The text was updated successfully, but these errors were encountered: