Skip to main content

(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.

  1. Open the RESTAPI.appSettings.config file.

  2. Add this line to the file:

    <add key="TenantServicesPublicUrl" value="http://localhost:9100/services" />
  3. Replace http://localhost:9100/services with your tenant services URL.