utd_anurag
New member
- Joined
- Jan 9, 2006
- Messages
- 2
- Programming Experience
- Beginner
Hello Friends,
I am trying to import Microsoft Excel file using VB.net.
I started working on VB.net since a few months back.
I have a file which has information in date & time format.
If you would look at a Date record in an Excel file. If you edit the property of that box:
Right Click -> ; Format Cells.. ->; General ->; <OK>
you would get result in an integer format.
Ex.
12/22/2005.
Do the above mentioned things & you will get:
38708
I am curious how to do the above-mentioned things, if I want to control this property in the VB.net using programming.
If you could provide me some information/tutorial, that would be of great help.
I need this information badly.
Thanks,
Anurag
I am trying to import Microsoft Excel file using VB.net.
I started working on VB.net since a few months back.
I have a file which has information in date & time format.
If you would look at a Date record in an Excel file. If you edit the property of that box:
Right Click -> ; Format Cells.. ->; General ->; <OK>
you would get result in an integer format.
Ex.
12/22/2005.
Do the above mentioned things & you will get:
38708
I am curious how to do the above-mentioned things, if I want to control this property in the VB.net using programming.
If you could provide me some information/tutorial, that would be of great help.
I need this information badly.
Thanks,
Anurag