c# - How to create a windows application that will read/edit different excel files? -
my goal create simple (one file) executable windows environment open pretty simple form. form read data excel files , after user fills out form , submit - application write data different excel file.
this used different users in shared drive. have programming experience c/c++/c#/.net/python , other languages never created windows program.
any ideas should start? (a relevant tutorial appreciated)
thanks!
to read , edit excel files microsoft office interop libraries: class library documentation available here. regarding tutorials, best approach search web , see can find. couple found are:
- c# excel interop: http://www.dotnetperls.com/excel
- how automate microsoft excel microsoft visual c#.net: http://support.microsoft.com/kb/302084
good luck! :)
Comments
Post a Comment