Friday, July 15, 2016

SharePoint 2013 : How to Configure Data Connection with SQL Server using Excel Services

In this article we will explore the steps of consuming data present in SQL Server Database using Excel Services.

To ensure smooth execution of this demo we should ensure the following prerequisites to be in place-

Prerequisites:

  • Secure Store Service Application should be created and configured properly
  • Required Application ID should be created in Secure Store Service that can allow authentication for Excel Service over SQL Server Databases
  • Excel Service Application should be created and configured properly
  • There must be atleast one database present in SQL Server which is having data to consume

Before proceeding any further we need to ensure that all the prerequisites are in place-

  • Validate Secure Store Service & Application ID

 Go to Central Admin => Manage Service Application

1

Click on “Secure Store Service”

2

Check for Application ID that we make use of for Excel Services.

In this case we have created Application ID by the name “Excel Services”

3

  • Validate Excel Service Application

Now Go to Central Admin => Manage Services on Server

4

Look for “Excel Calculation Services” and make sure it is also in started mode

5

Again Go to Central Admin = > Manage Service Application

6

Look for “Excel Services Application” and make sure that it is in Started mode

Click on Excel Services Application

7

Then click on Global Settings

8

Scroll Down to the bottom and look for Target Application ID, it should be set to the same Secure Store Application ID (Excel Services) that we created in earlier steps.

9

  • Validate SQL Server Database

Login to SQL Server Database instance and make sure that we have atleast one SQL Database that can serve the data to Excel Service. It is better to prefer any database is not in use by SharePoint for Content or Service Applications or Configuration

10

Once we are done with the Validation of Prerequisites we can proceed with the demo on SQL Data Access via Excel Services.

Demo:

Launch Excel Client Application

11

Choose Blank Workbook

12

Under Data Tab, Click on Connections

13

In the Workbook Connection Dialog, Click on Add

14

In the Existing Connections Dialog, Click on Browse for More…

15

In the Select Data Source Dialog, Select +NewSQLServerConnection and click on Open

16

In the Data Connection Wizard, enter SQL Server Instance name and click Next

17

Select Database and the corresponding list from the database and click Next

18

Click on Authentication Settings…

19

In the Excel Services Authentication Settings Dialog, Select None and click Ok

20

In Data Connection Wizard click Finish

21

In Workbook Connections Dialog, Click Close

22

In the Data Tab, click on Existing Connection

23

In the Existing Connections choose connection that we have just created and click Open

24

In the Import Data Dialog, choose any option of your liking to render the data, here we are selecting Table as mode of Data Rendering in Excel

25

And if connection is successful, we can see the data imported into the Excel Workbook from SQL Server

26

Now save this Excel Sheet to SharePoint

Go To File Menu => Save As => Choose SharePoint

27

Select any Document Library of your choice to save the file to and click Save

28

Now Launch the Browser

Browse the Document Library to see the document we just saved

29

Click on the document to get it rendered with in Web Browser using Excel Services

30

Select Yes if as asked for Data Refresh

31

32

And sure enough we will get the updated data from SQL Server directly landing into this Excel Workbook

33

Similarly we can render the Chart View for the same data and get it refreshed from SQL Database using Excel Services as shown below

34

So we can see how simple it is to connect Excel Workbooks with SQL Data Source and get them refreshed from within the Web Browser using Excel Services.

Hope you find it helpful.


by Prashant Bansal via Everyone's Blog Posts - SharePoint Community

No comments:

Post a Comment