Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member1321
Participant
16,100
  • SAP Managed Tags:
Hi All.

This is my first blog post on SCN. I don't know if the members already know of this functionality but I was quite fascinated by this so I decided to share it anyway 🙂 .

I found this while playing around with MS Excel. It reads the data of an OData service directly into an Excel file (basically the Get_EntitySet data). Just follow the steps below:

==> Open MS Excel and create a blank workbook.

==> Click on the Data tab at the top and select From Other Sources->From OData Data Feed

 



==> Specify the link to the OData service in the next pop-up. In this case I am using the publically availaible Northwind OData Service. You can also take up your own OData service by providing necessary authentication details in the same popup. Then click Next



==> The wizard will fetch all the Entity Sets contained in the OData service. Select the one which you want to download to Excel. I selected PersonDetails here.



==> Click Finish and you will be asked for how you want the data to be displayed in Excel.



==> Select table and click OK. Wait for some time while your data is downloaded.



The data from the OData service is now availaible in Excel 🙂

This functionality also works fine for HANA Exposed OData services (xsodata).

Hope you all like this post.
6 Comments
Labels in this area