pop_rockstar
New Member
- Joined
- Jun 10, 2016
- Messages
- 3
Hi all,
I have a requirement where I have to read two different xls files and compare the data in case found any match I have to populate the matched data on the next column in the second sheet.
sheet 1 (xls1)
------------------------
|Text | Replacement |
------------------------
| field1| replacement1|
------------------------
| field2|replacement2 |
------------------------
sheet 2(xls2)
--------------------------------------
Id |Text | Result |
---------------------------------------
1 | field1 | replacement1|
---------------------------------------
2 | field2 |replacement2 |
---------------------------------------
I have a requirement where I have to read two different xls files and compare the data in case found any match I have to populate the matched data on the next column in the second sheet.
sheet 1 (xls1)
------------------------
|Text | Replacement |
------------------------
| field1| replacement1|
------------------------
| field2|replacement2 |
------------------------
sheet 2(xls2)
--------------------------------------
Id |Text | Result |
---------------------------------------
1 | field1 | replacement1|
---------------------------------------
2 | field2 |replacement2 |
---------------------------------------