Link to home
Start Free TrialLog in
Avatar of siamshogun
siamshogun

asked on

Script to Automatically Strip HTML from Cells in Google Sheets

We're looking for a script that checks when a new row is added to a Google Sheet and then checks for HTML in any of the new cells in Column A.  If HTML is present, it strips it out, leaving only plain text.  

What's important is that this runs automatically, as opposed to a manual search/replace using a regex.  

Example Data:  
<span style="color:#0000FF">test</span>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of David H.H.Lee
David H.H.Lee
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial