Click here to Skip to main content
15,922,015 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to copy a excel file with data from a folder to another in C#?

I tried the File.Copy method but only blank excel is getting moved to the destination folder.
Posted
v2
Comments
Suvendu Shekhar Giri 10-Dec-15 0:38am    
Share the relevant code you have tried.
rvjagadheesh 14-Dec-15 6:51am    
Hi, I dont see any problems in using File.Copy to excel files missing data. File is copied along with data. Can you please share the code to confirm ?

1 solution

C#
please share the code which you are using.I dn't think there is any problems in using File.Copy() . File is copied along with data. 
 
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