Hello guys,
Got a EXCEL SHEET with loads of HTML TAGS....and want to STRIP it....
So here is an easy way of doing it..
Open the excel sheet with the data having HTML tags...
Then comes the powerful regular expression... It will search through the complete sheet and look for the text between "<" and ">"...and eliminate then leaving behind only text.
So, Copy this and put it in Search for box : "<[^<>]*>" (without quotes).
Leave the "Replace with" box empty and Hit "Replace All" button..
Gotcha!! The excel sheet with only text, no unwanted HTMLS tags.. :)
Hope this will help..
Thanks
Sovan
Got a EXCEL SHEET with loads of HTML TAGS....and want to STRIP it....
So here is an easy way of doing it..
Open the excel sheet with the data having HTML tags...
Go to EDIT Menu and look for Find & Replace...
Then comes the powerful regular expression... It will search through the complete sheet and look for the text between "<" and ">"...and eliminate then leaving behind only text.
So, Copy this and put it in Search for box : "<[^<>]*>" (without quotes).
Leave the "Replace with" box empty and Hit "Replace All" button..
Gotcha!! The excel sheet with only text, no unwanted HTMLS tags.. :)
Hope this will help..
Thanks
Sovan