suppose I have one database ABC. Now I have one table D in that.
Now I want the data of that table D in Excel 2013 using web service. How should I get that?
If Someone modifies the table the data in the excel should also be refreshed.
Or any other option to do that?
Thanks in Advance.
Anupam SinghPosted Jun 4, 2014, 6:23 AM
you can put data in datatable from sql and try below method for exporting it to excel , which takes datatable as parameter:
hope will help.