Hi All,
I have the below sheet also in attached:
example.xlsx (9.0 KB)
First I use:
1- The read range activity
Then
I would like to read and write for example the entire line 2, how should I do?
Any suggestion?
Regards,
S.
Hi All,
I have the below sheet also in attached:
example.xlsx (9.0 KB)
First I use:
1- The read range activity
Then
I would like to read and write for example the entire line 2, how should I do?
Any suggestion?
Regards,
S.
Hello @salvatore.quimi
Here what are you trying to write?
If you want to write someting you can use
For each row in excel to loop through each row
Write cell to write to each cell. But you have to change the Range based on the row index.
It works
thanks a lot!!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.