In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!

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
19 - Altair

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