Download excel file with python
Nathan Wailes 6, 5 5 gold badges 38 38 silver badges 72 72 bronze badges. Fedalto Fedalto 1, 9 9 silver badges 13 13 bronze badges. This would save the excel file in the same folder that the script was ran from.
Sergey Shubin 2, 4 4 gold badges 22 22 silver badges 29 29 bronze badges. I used your code and got error. I solved the problem by changing to urllib.
This code works for me on python 3. BKay BKay 1, 13 13 silver badges 23 23 bronze badges. Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password. Post as a guest Name. Email Required, but never shown. The Overflow Blog. Podcast Who is building clouds for the independent developer? Exploding turkeys and how not to thaw your frozen bird: Top turkey questions Featured on Meta. Now live: A fully responsive profile. Reducing the weight of our footer.
Linked Related Hot Network Questions. Question feed. I'm trying to download an Excel file from a SharePoint repository using a Python script. The problem comes when I want to download any of the files. I've tried several approaches, but none of them works: wget. Do you know a way of downloading that file with wget using the authentication?
Or am I doing something wrong in the requests. I need a way of getting that file, using the previous authentication I did at the begining of the script:.
Do you know a way of doing this? Maybe the python Client has a method for downloading the files but I can't find it! I found the solution!! I needed to get the authorization before I can download the file.
I found an example within the test folder of the OfficePython-Client. So basically, before getting the url with the request, you get the authorization:. How are we doing? Please help us improve Stack Overflow.
Take our short survey. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams?
Collectives on Stack Overflow. Learn more. Asked 4 years, 5 months ago. Active 2 years, 7 months ago. Viewed 10k times. Thank you very much! Improve this question. Sircam Sircam 79 1 1 gold badge 1 1 silver badge 12 12 bronze badges. Add a comment.
0コメント