Writing and modifying an existing workbook using Python

后端 未结 2 570
孤街浪徒
孤街浪徒 2020-12-21 12:26

I am new to Python and working on a project that I could use some help on. So I am trying to modify an existing excel workbook in order to compare stock data. Luckily, there

2条回答
  •  死守一世寂寞
    2020-12-21 13:05

    Your issue is the OneDrive referenced in your directory is not reachable by the program. This can be caused by many things. Improper credentials, OneDrive is off, or simpler the OneDrive does not allow access from a program rather then a user. Try downloading the file you wish to read and write and save it to a directory stored on your computer and point the program to the new directory and see what happens then.

提交回复
热议问题