REMALAMANOJ

Results 3 comments of REMALAMANOJ

Please find the Input Sheets: ![image](https://user-images.githubusercontent.com/64499958/82322008-6e02c780-99f3-11ea-96d1-0aa21f18df59.png) ![image](https://user-images.githubusercontent.com/64499958/82322032-75c26c00-99f3-11ea-8a1a-511e95270b64.png)

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 =...