Than you very much for this library. I am using it to import zip code from an XLS file to a model on Django.
But I have one small issue that it takes the Zipcode like a number and it's imported with the floating-point at the end of the string. For example, the Zipcode says "12345" it imports like "12345.0"
I checked the code but not find any solution to this issue.
Than you very much for this library. I am using it to import zip code from an XLS file to a model on Django.
But I have one small issue that it takes the Zipcode like a number and it's imported with the floating-point at the end of the string. For example, the Zipcode says "12345" it imports like "12345.0"
I checked the code but not find any solution to this issue.