I have a site on heroku up and running, database postgresql, the models have a lot of relations.
I want to add data from excel file about 400 excel rows by code in django.
How can I access the excel file to read the data? or suggest another way for the job to be done.
Thanks for your help.
Nader