I have a website that allows me to export my data to an excel file. I want my python code to get the file for me using the requests library. I'm attaching a picture for clarity.
I tried getting an excel version of the page itself but it doesn't appear the way I want it to. I want the exported version the website offers.
If anyone knows how to get the file it would be great! Thanks!