Generating an Excel spreadsheet from vb.net forms!

china

Member
Joined
Jan 23, 2007
Messages
5
Programming Experience
Beginner
but any help/guidance with this would be much appreciated!

Im working on developing a system that ultimately generates a timetable of events, much like an timetable for a track event, allocating people to lanes etc..

I need to be able to generate an Excel spreadsheet that is populated with the data that is held within my text boxes and labels in my forms, all Strings btw.

Is there a way that i can submit an event/race to the spreadsheet, go back and submit another race that will appear underneath the race already submitted, without overwriting what is already in the spreadsheet??

I would be very grateful for help here, and have explained it as i see the nature of the problem! Im fairly new to VB.Net so sorry if this seems a stupid question!

Thanks
 
Why do you need to output it in excel?
 
I need to make a timetable in Excel, simply a spreadsheet, from the data that is in the textboxes etc.. within the application.
 
Back
Top