Update Excel cell data using OLEDB Execute SQl statement
Hello Team, I have a excel with few columns, I would like to update the cell of "cases assigned" column where the Last name is "Vankudre", Also I have a exact cell name in hand. I am using this for now "UPDATE [Sheet1$] SET [Cases Assigned]=""231"" ...