Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Loading excel file in python
#1
Hello everybody,

I'm new to this forum, and I have a quick question about the requests library.

In my python code I use the following query:

response = requests.request("POST", url, headers=headers, data=payload)

This request sends me directly to download an excel file. My question is the following:

Is there a method to load it or store it in a variable in python without downloading it.

thank you in advance
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  opening your scraping with a csv file in excel?? Nobelium 0 1,441 Jan-27-2021, 02:31 PM
Last Post: Nobelium

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020