Write a list of string to an excel

Hello, Please can anyone help me with this sequence . I have a list of string which could be of any length. i.e {“Name”,“Age”,“Gender”}. what i am trying to do is write these string to an a particular sheet in an excel starting from column B so its in this manner : B1= “Name”, C1 = “Age” , D1=“Gender”. The list could increase in length anytime so there could be a point were we have {“Name”,“Age”,“Gender”,“location”} and i would want the workflow or sequence to write it as B1= “Name”, C1 = “Age” , D1=“Gender”, E1=“location” in the same excel.

Regards

Use below link to use write cell