There are two available tools:

Make sure first to read the Get Started tutorial.


Export Tool


This is how the Export tool works:


The tool is highly configurable. You can configure 3 things:

The configuration of the components and the information to export are specified in the Config file you specify in the tool. The Config files is described below.


The tool has a few available options:

No host, port or credentials are asked in the tool, you need to have an active tab in your Workbench which targets the connected station you want to export.


Since the 50.0.15.0 only .xlsx files are supported


It's required for the export to work: the destination file must be closed, it cannot write in an opened file.


The tool will also display the status of your license in the upper left corner and the version of your tool in the upper right corner.

Import Tool



This is how the Import tool works:

The Import tools doesn't delete content (only on very specific cases), it creates new content or update existing one (with some limits).

To create content, you can use in the Excel


The Import tool is quite simple:

No host, port or credentials are asked in the tool, your need to have an active tab in your Wokbench which targets the connected station you want to export.


Since the 50.0.15.0 only .xlsx files are supported


Excel Config files


The excel Config files are used for the export to define the model of Excel file to create and the content to put in it:

hey are located in the shared/excel/export folder (in your user home). Example:

In this folder, three  xlsx are present. Those files will all have the same sheets, but will differ in the number of columns in the ~DefaultSheet:


You can personalize those files or create your own file. See the page Composition of an Excel File for more information.

Update the default files


We advise you to update your default files at each new version of this tool. There might be changes in the default files linked to new features or corrections.

The update will only target those three files and the defaultImports files, your personal config files are safe.

To update simply hit the "update default files" button in the import or export tool:


Another window will popup:

Hit OK to confirm, qnd your files will be updated


Since the 50.0.15.0 this button will delete your xls default files


Active-Pro templates


The import tool uses some models to create new content in the station. In the Get started we saw how to create a basic Modbus network or a modbus device, but if you want to create advanced logic, pre-defined devices, you will need to provide the system a model, a template. You can provide the Excel a Niagara template or create a simpler Active-Pro template.

Active-Pro templates differ from the Niagara classic templates because they are much simpler. It's just a bog file.

The Active-Pro templates are located in the shared/excel/templates folder (in your user home. Example: C:/Users/xxx/Niagara4.6/tridium/shared/excel/templates). Feel free to organise them as you wish.

In this folder, three bog files are already here by default:


Variables concept


Variables are used as shortcuts to avoid repeating long text. Example: $Drivers stands for slot:/Drivers and $Bool stands for control:BooleanPoint.

Variables are defined in the Variables sheet.

They are used for general purpose, history and alarm extensions and conversions.

You can reuse the variables like this, usually in the base column and the template column


Id concept


Id are used to reference a component (the current component defined in the line) somewhere else in the Excel file. They are defined in the first column. You can use an id:


Example below