[Django]-Django Uploading xls files

2👍

There is a chapter about this in the django docu – just the first paragraph “Basic File Upload”. xls files are not any special to django and are handled the same way as all other files.

0👍

There are some good tutorials I had hanged before so I can recommend;

https://www.tutorialspoint.com/django/django_file_uploading.htm

http://django-excel.readthedocs.io/en/latest/

I hope it helps

Leave a comment