Hi Mates,
We have excel file to read field values, one column is there with ID (1,2,3 etc...)
I can update/create rows in SharePoint list field datatype is string only but not if datatype is number datatype.
when we try to update it throws error with "Object must implement I Convertible . client Request Id"
Then we deleted that number field and recreated with String datatype then its working/updating,
but how can we update excel Id field with number datatype field.
I tried like below conversion but not working.
Help would be highly appreciated.