hi,
please guide, i want to build an application which involves creating excell sheet, inserting data and retrevie data from excell sheet, as i m new to c#
thank you
regards
Printable View
hi,
please guide, i want to build an application which involves creating excell sheet, inserting data and retrevie data from excell sheet, as i m new to c#
thank you
regards
This might help. :)
cool link Hack got there for you.
If I can give you advice (and if you do have time to play around a bit)
Figure out how to use the basic Excel stuff in your application.
Then record macro's as you do things in Excel, and look at the VBA code created. That should give you a good idea how to go about. Do not trust that auto generated code, it's sucks.
when you got a good hang of things, remember that your excel programming is only as good as your excel knowledge. If you know how to do sth manually in Excel, you can automate it.