79633731

Date: 2025-05-22 12:31:44
Score: 0.5
Natty:
Report link

The "options" didn't work for me. The suggestion got me looking and I found that I had to do this:

dataframe.ExcelWriter(export_location, engine = 'xlswriter', engine_kwargs = {"options": {"strings_to_formulas": False, "strings_to_urls": False}}) as writer
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: M.Ford