REMALAMANOJ
REMALAMANOJ
Please find the Input Sheets:  
Hi Jaska, Thanks for response. But, I have used same Data Model for importing the Single sheet and used the same in 'views.py' and its worked fine, data got imported....
https://github.com/pyexcel-webwares/django-excel/issues/62#issuecomment-630912706 Hi Jaska, Modified the models as below with lower case. Still getting the same result. Could you please suggest. class Supplier(models.Model): sp_supplier_number = models.IntegerField(unique=True,default=100) sp_supplier_name = models.CharField(max_length=150) sp_supplier_contracting_entity =...