Click here to Skip to main content
15,893,337 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want c# code for reading all excels from the system and send to folder using c#.net
please help me urgently i want.
Posted
Updated 24-Jan-13 19:40pm
v2
Comments
[no name] 25-Jan-13 1:30am    
your Question is not clear ....
Please provide some more information regarding this...
then i will try my level best...

You can start with Excel Data Reader[^]
 
Share this answer
 
You need to use the Directory Class for doing such thing. Read all the files under a directory and after finding the files use File.Copy, File.Move methods to folder you want them to be in.

Directory Class in MSDN[^]
File Class in MSDN[^]

Good luck,
OI
 
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