Hello there.
First of all I must say that I am a newbie when it comes to Net and XML SDK. Here is my problem.
I need insert in the excel model existing file the results of a query, the platform is C#.
If you have link for similar task, please give it me.
Your help would be very appreciated.thanks for your time and hints.
Cheers
You mean to say, you want to update an existing excel file from a query result?
Hello pramodhegde, thank you for reply.
Yes, You have understood the problem.
I hope your help.
It is not possible?
It is possible. Let me give a small solution so that it will be helpful for you to understand.
Ok, thks
This blog post might help as well. The source is a text file, but it should be able to adapt it to use a query source. If the data is really large, look at this blog post as well.
Hi cms9651,
I have attached a sample solution, which will insert a few rows (from a query result) to an existing excel file. Have a look.
Thanks
Hi pramodhegde, thanks alot!