What is the difference between Append Range and Write Range?
2 Likes
Hi
Write range is used when we want to write a new datatable to a excel file
And if that excel file has data in it already then the new data will override that
But while append range is used to append the datatable from the last row of the current excel file
It won’t override. Instead will insert the data from the last row of excel having data
Cheers @ROBERT_RUSSELL_MONSA
6 Likes
In append range activity theres no property of Header while in the write range it has propertie of Add Headers.
cheers
Happy learning
2 Likes
@Palaniyappan @pattyricarte thank you Sirs for your help.
2 Likes
Cheers @ROBERT_RUSSELL_MONSA
1 Like
No worries @ROBERT_RUSSELL_MONSA
Cheers
Happy learning
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.