Read & write entire row excel

Hi All,

I have the below sheet also in attached:
image

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 :slight_smile:
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.

Hi,

I added a .xaml.I hope that will be useful.

ReadWriteEntireRow.xaml (6.0 KB)

Regards,
MY

It works
thanks a lot!!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.