Python Forum
Script to read, write data to excel file and update it to firebase
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script to read, write data to excel file and update it to firebase
#1
I am going to do a project on database analysis where the data is read from an excel file. The user should be able to search for the dates, employee ids etc. The no of hours attended by each employee should be calculated with the hours that the employee missed also the percentage of attendance, alert if it gets below a certain margin. All these details need to be updated in the employees' page in firebase from the excel file regularly. The admin should be able to update the details with GUI.

Now being new to python, I just know the basics like to create classes, function etc. So what should i learn to be able to do the above or is there some script already avail that i can use? what packages will i need?
I got like 3 months to this! Thank you! Huh
Reply
#2
Pick one part, and start there. The real starting point, should be figuring out what it is you're doing. For example, why would you let someone search through data in excel, if you're also copying an excel doc into firebase and allowing admins to update firebase? Anything they search in the excel file would be outdated, or missing information.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Don't update/upload null data Philskidvd 0 635 Mar-20-2025, 10:52 AM
Last Post: Philskidvd
  How can I write formatted (i.e. bold, italic, change font size, etc.) text to a file? JohnJSal 12 28,180 Feb-13-2025, 04:48 AM
Last Post: tomhansky
  How to write variable in a python file then import it in another python file? tatahuft 4 959 Jan-01-2025, 12:18 AM
Last Post: Skaperen
  How to read a file as binary or hex "string" so that I can do regex search? tatahuft 3 1,171 Dec-19-2024, 11:57 AM
Last Post: snippsat
  Write json data to csv Olive 6 1,382 Oct-22-2024, 06:59 AM
Last Post: Olive
  [SOLVED] [Linux] Write file and change owner? Winfried 6 1,569 Oct-17-2024, 01:15 AM
Last Post: Winfried
  python read PDF Statement and write it into excel mg24 1 1,002 Sep-22-2024, 11:42 AM
Last Post: Pedroski55
  Read TXT file in Pandas and save to Parquet zinho 2 1,288 Sep-15-2024, 06:14 PM
Last Post: zinho
  Pycharm can't read file Genericgamemaker 5 1,612 Jul-24-2024, 08:10 PM
Last Post: deanhystad
  Python is unable to read file Genericgamemaker 13 3,880 Jul-19-2024, 06:42 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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