i have three excel files like this place at this location.
string path1=@"D:\\report\test1.xls";
string path2=@"D:\\report\test2.xls";
string path3=@"D:\\report\test3.xls";
now i need to copy all these excel files into 1 workbook.and save the workbook under this path
string strWorkPath=@"E:\report"; can anyone tell me how to achive this in C#,look for some code snippnets that can help me out. i am new to this excel opeartion.
any help would be great.
thanks