Excel Writer
-
hi all, I am inserting some records from my sql server database to an existing previously designed excel file. Now the problem is I want to insert a new row between to existing rows from my code behind file. Can any body help me on this? Thanks in advance. I am a Software Developer using C# on ASP.NET.
-
hi all, I am inserting some records from my sql server database to an existing previously designed excel file. Now the problem is I want to insert a new row between to existing rows from my code behind file. Can any body help me on this? Thanks in advance. I am a Software Developer using C# on ASP.NET.
Hi Ritwik, I'm having trouble getting a clear picture of what exactly you're doing, and looking to do. Could you provide some more information, such as how you are inserting the records into Excel? Are you using just ADO.NET to tap Excel as a datasource, or are you using OWC, the Excel COM automation objects, or a 3rd party component? Could you post a code snipit to help illustrate? --Jesse