Hi @md.ahtesham - Read both Master and Input Excel, store it DT. Do a For Each Row for Input Excel and inside that do a For Each for Master sheet.
Inside that Master Sheet DT put a if condition - InputDTRow(“SP Customer Number”) = MasterDTRow(“SP Customer Number”), if it matches then use Read Range or Read Cell by “B”(Counter) and “C”(Counter).
Then the same way perform Write Cell by “B”(Counter) and “C”(Counter)
Note:- Counter you need to increase for each row for Index purpose to map the appropriate cell
i tried your approach to update the Excel File but i am not getting correct result.
It is updating file but result is coming very very wired.
Please have a look on my .xaml file and suggest me where i am doing wrong.