0
Q:

pandas dataframe to excel hyperlink length limit

writer = pandas.ExcelWriter(r'file.xlsx', engine='xlsxwriter',options={'strings_to_urls': False})
df.to_excel(writer)
writer.close()
0

New to Communities?

Join the community