I am Reading a column in Excel & I have given out argument & I can read the data successfully, but entering those values into other excel getting error writing like"System.Object[]"

@Manju_Reddy_Kanughula
In for each Create a Index variable (Type Int32)

In Wrote cell use : “U”+(Index+2).ToString
as given in below image it will work for you.