I created an excel file using openpyxl which has some hyperlinks using the following command:
=HYPERLINK("{}", "{}")'.format(link, "Link Name")
But when I use pandas to sort and then save the excel file. the hyperlinks are gone.
what am I doing wrong?