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:

good luck! :)


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -