Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to download a website excel file with python?

igorfv
8 - Asteroid

Hi Guys,

 

I need to download the Excel file from the link below and save it in a directory on the machine. How can I do this with python tool?

 

https://www.imf.org/-/media/Files/Publications/WEO/WEO-Database/2024/April/WEOApr2024all.ashx

 

Note: I want to do it with the Python tool, not the download tool.

 

Thanks,

Igor

1 REPLY 1
apathetichell
20 - Arcturus

This is some serious laziness. Add it as a request to postman. Check out the python code in the code block in Postman. Port to Alteryx python tool. 

 

note - this is a .xls excel file. This may not be supported going forward.

Labels
Top Solution Authors