(Optional) Configuring the Excel Add-in
If the REST API and tenant services are on the same domain, then you can use the Excel Add-in without any additional steps.
If the REST API and tenant services use different domains, then you must add this configuration to the REST API app settings before you can use the Excel Add-in.
Open the
RESTAPI.appSettings.config
file.Add this line to the file:
<add key="TenantServicesPublicUrl" value="http://localhost:9100/services" />
Replace
http://localhost:9100/services
with your tenant services URL.