I have excel with fews cloumns where last two columns are empty, using read range activity i will read that excel storing it in datatable after all the validations i got values for last two columns so i need to write just last two columns back to same excel.
Help me to achieve this
dtSmall = yourDataTable.DefaultView.toTable(False, {“ColX”,“ColY”})
X,Y name of the last two cols
use dtSmall for write range with an offset in the Range to eg. 5th Col with E1
E = 5 Because of A,B,C,D, E