How to change excel workbook links in Python?

29 Views Asked by At

I would like to change excel workbook links in Python.I was wondering how to go about doing this. Usually, on spreadsheets you would go to data and then click on workbook links and change a link to a new source. How can you do this through Python?

I tried using the function Changelinks() and linksource() but it didn’t work in win32

0

There are 0 best solutions below