How to write Data into excel without overwrite

Hi,

How to write data into excel with out overwrite.

For example: (1) I was extracting data from data table and writing into an excel.
(2) Data stored in an output excel from 1 to 10th row,
(2) After searching a result in the loop, i was extracting again a data from data table.

How can i add this data from the 11th row in output excel?

1 Like

@hairsh
have a look on this activity:

for the second or further appending take care about the addHeader flag

2 Likes

Hi @hairsh,

Here is an activity to find last row and last column of the excel sheet. You can download package in thread .It has been uploaded into the UiPath Go ! waiting for the publishing.

Package attachment :

Regards
Balamurugan.S