Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exporting excel data to website
#1
I have a question regarding a possible automation of a job for work. I have to take data detailing the names and dates of sessions of preschoolers from an Excel spreadsheet and input it into therabill.com to create calendar sessions.

Is there any way I can write an algorithm to export the data from the Excel spreadsheet row by row into the input boxes on the website? I have some prior experience in Python which is why I put this question on here, but I am open to any suggestions that could work.
Reply
#2
(Jun-14-2018, 10:08 PM)bdarragh00 Wrote: Is there any way I can [...] export the data from the Excel spreadsheet row by row into the input boxes on the website?
Yes, certainly.

Anton vBR (Stackoverflow) Wrote:Does therabill.com have an API? Then you should have a look at the requests library. To read excel files you could use pandas or xlrd depending on how well-structured the files are
I didn't look for one, but the advice to look for an API is solid. If an API doesn't exist, you can consider mechanize or selenium (the latter if Javascript is in the way). If they don't have an API, you'll have to reverse-engineer the informal API that exists as part of the website.

I'd suggest not touching pandas unless needed, but I'm not an expert on that kind of stuff.

Beyonds this, you'd have to give things a try and then we'd help you move forward with each particular blocker.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help copying data from a website awere34a4e3 1 582 Nov-07-2023, 02:35 PM
Last Post: snippsat
  Scraping lender data from Ren Ren Dai website using Python. I will pay for that 200$ Hafedh_2021 1 2,752 May-18-2021, 08:41 PM
Last Post: snippsat
  How to get registeration data from a website that uses .aspx? Help me brothers. humble_coder 1 2,448 Feb-18-2021, 06:03 PM
Last Post: Larz60+
  Exporting data from web (Trello) Shafla 3 3,655 May-13-2019, 12:50 AM
Last Post: Larz60+
  Selenium to pick data from csv and enter into website Prince_Bhatia 1 6,319 Sep-08-2017, 10:58 AM
Last Post: hbknjr
  Selenium to pick data from excel and enter into backend Prince_Bhatia 0 2,987 Aug-30-2017, 10:32 AM
Last Post: Prince_Bhatia

Forum Jump:

User Panel Messages

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