Please help me with a solution for below query:
I have a collection[COLL] with fields A & B.
There are 5 rows of values in [COLL].
Now I need to update these values to an excel sheet "Test.xlsx".
There are already some records in "Test.xlsx" with coumn names Q,W,E,R,T,Y.
Now the requirement is to update:
[COLL.A] values to the
next blank cell in W column of "Test.xlsx" And
[COLL.B] values to the
next blank cell in T column of "Test.xlsx" .
Thanks in advance!