Re: from excel to postgesql

2021-10-05 Thread Adeyemi Deji
Hello, sure the link below will solve your problem. https://pythoncircle.com/post/591/how-to-upload-and-process-the-excel-file-in-django/ On Tuesday, October 5, 2021 at 5:30:36 AM UTC+2 nader...@gmail.com wrote: > I have a site on heroku up and running, database postgresql, the models > have a l

from excel to postgesql

2021-10-04 Thread Nader Elsisi
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. Nad