Re: excel file upload to MySQL database

2016-01-18 Thread Derek
You could also try: https://django-import-export.readthedocs.org/en/latest/ On Wednesday, 13 January 2016 16:30:04 UTC+2, girija sameera wrote: > > Hello, > I am a Django beginner working on a web application wherein I am > required to provide back-end support. I am expected to take an excel

Re: excel file upload to MySQL database

2016-01-14 Thread François Schiettecatte
Why don’t you try and see. François > On Jan 14, 2016, at 4:52 AM, girija sameera wrote: > > Ok will see that. Also I found this > http://django-excel.readthedocs.org/en/latest/ > > Do you think it would work? > > Thank you. > > -- > You received this message because you are subscribed to

Re: excel file upload to MySQL database

2016-01-14 Thread girija sameera
Ok will see that. Also I found this http://django-excel.readthedocs.org/en/latest/ Do you think it would work? Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send

Re: excel file upload to MySQL database

2016-01-13 Thread François Schiettecatte
You can also use xlrd to open .xls files if needed: https://pypi.python.org/pypi/xlrd François > On Jan 13, 2016, at 10:48 AM, Larry Martell wrote: > > On Wed, Jan 13, 2016 at 9:26 AM, girija sameera > wrote: >> >> Hello, >> I am a Django beginner working on a web application wher

Re: excel file upload to MySQL database

2016-01-13 Thread Larry Martell
On Wed, Jan 13, 2016 at 9:26 AM, girija sameera wrote: > > Hello, > I am a Django beginner working on a web application wherein I am required > to provide back-end support. I am expected to take an excel file uploaded by > the admin from the template , parse the file using available Django li

excel file upload to MySQL database

2016-01-13 Thread girija sameera
Hello, I am a Django beginner working on a web application wherein I am required to provide back-end support. I am expected to take an excel file uploaded by the admin from the template , parse the file using available Django libraries and upload it to MySQL database . Also bulk upload of f