we are reading one excel from the folder->then writing those data into a web form application-> we are using RE Framework ->based on the transaction item, we want to update the status in same excel.
What is the condition we need to use?
kindly help us ASAP.
@Manju_Reddy_Kanughula
If you excel has any unique column which is being added to transaction item…
then to update…use find/Replace activity and find the required unique value …which give you the row number
You can get this row number while adding to queue only…by getting the row index
now use write cell with the re4quired column say K with the row number retreived to update on excel like "K" + rownumber.ToSTring
"K" + rownumber.ToSTring
Hope this helps
cheers
Hi, In RE-Framework,