Fine
Kindly follow the below steps buddy
–use excel application scope and pass the file path as input
–use read range activity and get the output as variable of type datatable named outdt
–use a assign activity like this outdt.Rows(1)(“Join Date”) = “the value you want to pass”
–use write range activity with the property Add headers enable in the property panel and pass the outdt as input