One of my dataframe element contains text in html format : This is <a href="https://www.google.com">google</a> and this is <a href="https://www.yahoo.com">yahoo</a>
I want to save this dataframe in excel file.
Can the excel file show the string as This is google and this is yahoo with two urls in one cell?
Thanks