I have built in the functionality for a user to upload data from an excel file in my web app. However if the any of the cells contain null values then the upload does not work as it attempts to convert a " " string into an int or date.
I know the data fed into this tool will commonly contain null values. Any suggestions on how to deal with this issue would be greatly appreciated.
Thanks