Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using .Net language C#.
I export data in excel and wish to construct a schedule based on these data automatically.

How can i do it? Is it even possible?
Posted
Updated 24-Jun-10 1:30am
v2

You can do it using windows service with a timer. Or you can write an application and schedule it using windows scheduler.

To export data to excel, you can use:
1. OleDbConnection and query file just like SQL tables.
2. Use Interop.
3. Use static methods in the File class.
 
Share this answer
 
You have an example.
Can use macros in excel?. How to use macros?
Thanks for the answer.
 
Share this answer
 
Hi ,
Yes u can do using a macro , which u can basically write according to your need and scope of use , Analysis can be done on your data .
Like u mentioned in question about schedule using in-bulit functions (like Today and now ) which will take care of time constraint based upon u can manipulate and publish the maintained schedule .
Do Reply !!!!!

Regards
RavR11
 
Share this answer
 
Comments
OriginalGriff 1-Dec-14 5:28am    
Again: an old question, and a not very helpful response - better than the last one, but still not helpful considering the question is 4 years old and the OP has almost certainly forgotten he asked it by now...
RavR11 12-Dec-14 5:54am    
Have A Good Walk !!!!

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