Previous Page Next Page

Viewing Data in Excel

Set Up OData Feed

NOTE: OData Feed access only works in Excel on Windows. The functionality is not included in Excel for Mac.

  1. Launch Excel and open a new Workbook.
  2. On the Data tab, click on Get Data > From Other Sources > From OData Feed. OData Feed
  3. In the dialog box, enter the URL mapping to the Domino REST API OData endpoint at “/api/v1/odata/todorest”. So if your Domino server is on the same machine, this will be “http://localhost:8880/api/v1/odata/todorest”.
  4. In the Navigator window, click on “todo” OData Navigator
  5. Click “Load”.

You now have live data from Domino! Let’s prove it.

Update The Data

  1. Return to Postman and go to the “create todo” request.
  2. Change the values as required and create a new ToDo.
  3. Switch back to Excel and, on the Query tab, click the “Refresh” button. OData Data

Excel is updated with the live data!

Create a Chart

  1. On the Insert tab click the “Recommended Charts” button.
  2. Choose the “Count of @unid by priority” chart.
  3. Click OK. OData Chart

You now have a chart from your Domino data!

Previous Page Next Page