How to load data from an Excel sheet into a Django application? I am using a PosgreSQL database as a database.
I want to do this programmatically. The client wants to upload two different lists to the website on a weekly basis, and they do not want to do this in the admin section, they just want the lists to be downloaded from an Excel sheet. Please help, because I'm a little new here.
source
share