How to add a new connection using Office JS Excel Add-In to retrieve and show data from an OData Service?
问题 We use the following method to add a connection to our OData service in VSTO Excel Add-In. Now we are planning to rewrite the add-ins using Office JS. What is the similar approach in Office JS Excel Add-In to load data from the OData service? string connectionString = "DATAFEED;Data Source=http://localhost:8443/OData/ODataService.svc/Products?$filter=Company_Code eq 'TY';Namespaces to Include=*;Max Received Message Size=4398046511104;Integrated Security=Basic;User ID=testuser;Password=123