Variable To excel writing

Hii,
How to write data stored in different variable say variable a,b in excel having column A and B
i.e variable a should be in column A and variable B in Column B.

Thanks and Regards,
Supriya

@supu123,

Could you please some sample data for better understanding.

Hii,


This string variables that is keyword and from_date I have to write in excel having column keyword and from_date.

Thanks and Regards,
Supriya

Hi @supu123,

After reading excel store in data table & in for each row create two variables & call the particular row.
In type into give that variable name

Hi @supu123,

  1. Read the Excel File.
  2. Use For Each Row
  3. Use Type Into and use row.(“From_Date”).ToString (Note: From_Date as Variable A or the Column A in the Excel File.
  4. Do the same with Variable B.

Thanks and regards,
Despi