What I want to do is import a bunch of rows from a database into Excel (this part is already implemented and working), then edit that data within Excel, and then update the rows in the database on a button click, which should appear in the last cell of each row.
Is this possible to do? I’m using VS 2008 C# and Excel interop v14 at the moment. The database server is SQL Server.
Without reference to the many, many problems you will encounter: