Does the Excel Add-on work for On-Premise?
search cancel

Does the Excel Add-on work for On-Premise?

book

Article ID: 135706

calendar_today

Updated On:

Products

Rally On-Premise

Issue/Introduction

Does the Excel add-on work for On-premise customers?

Environment

AGILE CENTRAL ON PREMISES

Resolution

The legacy Excel add-on may be used with customers who have on-premise version 2018 or below.  Please note that there are several pre-requisites for the legacy version which may restict the customers ability to use the legacy version.  The following link is the instructions for that version which is compatible and supported with Excel or MS Office 2013 or lower.

 

https://techdocs.broadcom.com/us/en/ca-enterprise-software/valueops/rally/rally-help/integrating-with-rally/rally-integrations/rally-add-in-for-microsoft-excel-2010-and-2013/rally-add-in-for-excel-2010-and-2013-installation-and-user-guide/install-the-excel-add-in.html 

 

The new BETA Add-on was created using a more recent version of Rally and will work with on-premise version 2.0 and higher.  This addon is compatible and supported for Excel version 2016 or 365.  The instructions for installation of this version are found here;

 

https://techdocs.broadcom.com/us/en/ca-enterprise-software/valueops/rally/rally-help/integrating-with-rally/rally-integrations/rally-add-in-for-excel-2016-and-excel-for-microsoft-365/rally-add-in-for-excel-2016-and-excel-for-microsoft-365-installation-and-user-guide/install-the-microsoft-excel-2016-add-in.html 

 

 



Additional Information

NOTE:

 

On-Premise customers can install the BETA version of the Excel add-on. 

 

This BETA version is supported with On-premise version 2.0 or higher.  Customers will need to edit line number 25 of the manifest.xml file and substitute the fully qualified domain name or IP address of their Rally server for 'rally1.rallydev.com’.  The download version of the manifest.xml is meant to be used for SaaS customers and thus points to the SaaS location of Rally.  

 

It reads as follows;

 <SourceLocation DefaultValue="https://rally1.rallydev.com/slm/js-lib/excel-addin/index.html" />

On-premise customers will edit the line to look something like the following example;

 <SourceLocation DefaultValue="https://<YOUR_HOST_NAME_OR_IP>/slm/js-lib/excel-addin/index.html" />