Click here to Skip to main content
16,010,427 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I have two excel files. In each file two columns are there. In first file ID And FirstName columns are there. In second file ID And LastName columns are there.

In both files ID column values are same. Now my requirement is compare those id columns in two files and replace the FirstName Column(in First File) values with SecondName Column(in Second File) values to corresponding ID's.
Posted
Updated 14-Jun-11 0:12am
v3
Comments
Slacker007 14-Jun-11 6:09am    
Edited for readability and removed codez plz demand at the end.

There is in fact a Microsoft API for manipulating Office documents in .NET. No-one will write the code for you, if you want that, go to the jobs board and offer to pay someone to do it.
 
Share this answer
 
 
Share this answer
 
If your excel files are fairly tabular, you can try the following tool:

http://nobhillsoft.com/Columbo.aspx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900