How to read and update the Excel template where the data from particular row

How to read and update the excel template where the data starts from particular row in for each

Hi @mahaveer,

To read the excel file from where data starts say Data starts from A6 so you can use a Excel application scope->Read Range activity and in the Range pass A6 and when you will write use write range activity and write on the same range only.

Thanks

Hi @mahaveer

Welcome to community

you can use Read Range Activity of Excel application scope or Workbook activities

Range based on the start of the data you can give the starting range of the data in the Read range activity

image

Regards
Gokul

Thank you, for prompt answer. here is the sample sheet

Title
Name
Class
Company
Empid Name Company Mobile number Bot Status
1 A
2 B
3 C
4 D
5 E

You can use a read range activity and pass the range as “A5” which is the index from where Empid is starting and when you want to write you can write on the same range.

Thanks

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