Hi,
Can anybody send me the code sample to read one excel file and write the content of the excel file to another excel file. It is very urgent. Please help me on the same.
Hi,
Can anybody send me the code sample to read one excel file and write the content of the excel file to another excel file. It is very urgent. Please help me on the same.
Have a look at Microsoft.Office.Interop.Excel namespace. Here are some examples from Microsoft.
Check these links:
http://excelwrapperdotnet.codeplex.com/
and
http://exceldatareader.codeplex.com/
After reading, you need to modify accordingly.