Retrieving Data from SQL Server within Excel 2007

Posted by Russell Giddings on Stack Overflow See other posts from Stack Overflow or by Russell Giddings
Published on 2010-03-17T16:09:46Z Indexed on 2010/03/17 16:11 UTC
Read the original article Hit count: 457

Filed under:
|
|
|

I have the following requirements

  • I have relational content stored in a SQL Server 2005 database.
  • I want to retrieve this data, transform it and display it in an Excel 2007 document.
  • I would like this to be pulled from within Excel at the click of a button.

As far as I can tell I have the following options...

I currently only have a little experience of any of these methods (I'm very familiar with SQL Server although not pivot tables, I've created many web services although I've never used VSTO and I've used javascript extensively, but never in the context of Excel manipulation).

Would you recommend one of the above approaches or is there a better way to do this?

© Stack Overflow or respective owner

Related posts about excel

Related posts about vsto