Excel Add-in

Use the power of DecisionRules in Excel using our Excel Add-in.

What is an Excel Add-in?

An Excel add-in is a tool that you can add to Microsoft Excel to extend its capabilities. Specifically, the DecisionRules Excel Add-in allows you to solve your rules defined in DecisionRules with the data from your Excel sheets. It also writes the solved data into a new sheet, making it easy to analyse and use the results directly within Excel.

How to install the DecisionRules Excel Add-in?

  1. Open Excel and create a new sheet.

  2. In Excel, navigate to the Home tab. On the toolbar (ribbon), find the button labeled Add-ins and click on it. This will open a pop-up window.

  3. In the bottom right corner of the pop-up window, click on the button labeled More Add-ins. This will open the Office Add-ins store.

  4. In the search bar, type the name of the Excel Add-in, in this case DecisionRules, and press Enter to search.

  5. Find the add-in in the search results and click on the Add button next to the add-in.

  6. Follow any additional prompts to complete the installation.

  7. And thats it! The DecisionRules Excel Add-in icon should appear on the right side of the toolbar in the Home tab.

Getting started with the DecisionRules Add-in

The DecisionRules Excel Add-in is divided into 2 main parts. The Tutorial and the Custom Solver.

  • Tutorial is used to showcase the solving process and capabilities of the Add-in. It should be used by users who are new to the Add-in.

  • Custom Solver allows you to solve your custom defined business rules in DecisionRules using data from your Excel sheets.

How to use the Custom Solver?

This guide will walk you through using the Custom Solver in the DecisionRules Excel Add-in.

Step 1: Prepare Your Excel Data

Before you begin, ensure that the data you want to use is organized in your Excel sheet. Each column should represent a specific type of information that matches the input requirements of your DecisionRules rule (e.g., product type, period, promo code).

In the example image above, you can see that there are 3 types of data (productType, period and promoCode). The header column (purple row) with the data key is not necessary, but can be used to leverage the autocomplete feature (we will talk more about this feature in the column mapping step)

Step 2: Configure the Add-in (Configuration Tab)

  1. Head over to https://app.decisionrules.io/ and select the rule you would like to solve using the Excel Add-in.

  2. In the Integration tab, click on "Excel" and copy the JSON configuration.

  3. After pasting the configuration, click the "Setup Configuration" button.

This configuration connects your Excel sheet to the DecisionRules API, defines the rule to be solved, and specifies the input schema required.

Step 3: Map Excel Columns (Mapping Tab)

  1. In the mapping table, match the Data Key to the corresponding Excel Column. In the section one, we ordered the data in the order so that:

    • productType → Column A

    • period → Column B

    • promoCode → Column C

  2. After completing the column mapping, click the "Configure Mapping" button.

Alternatively, you can use the Autocomplete feature:

  1. Select the relevant data area in your Excel sheet.

  2. Ensure that the first row in your selection corresponds to the keys from the input schema.

  3. Click "Autocomplete" to automatically map the columns.

Step 4: Select Rows (Row Selection Tab)

  1. In the “Rows” input, specify the rows you want to solve:

    • A single row: 1

    • A range of rows: 1:3 (rows 1 to 3 - the range is indicated by ":")

    • A combination of rows: 1;3:5;7 (rows 1, 3 to 5 and 7 - the combination is indicated by ";")

Step 5: Solve the Rule

Once you’ve mapped your columns and selected your rows, click the "Solve Rule" button. The Add-in will create a new sheet named <INPUT-SHEET-NAME>-Output (for example DR-Example-Input-Output) containing the results.

By following these steps, you can easily solve custom rules from DecisionRules using data from your Excel sheet.

Additional features

Configuration Profiles

Once you’ve used the custom solver, you might need to work with multiple DecisionRules rules, each requiring a different configuration. This is where Configuration Profiles come into play. A Configuration Profile is a predefined Excel Integration Configuration (in JSON format) that you can create once and reuse multiple times, ensuring faster and more efficient use.

Supported Excel Versions

The DecisionRules Excel Add-in currently supports the following versions of Excel:

  • Excel on Windows & Mac (Microsoft 365)

  • Excel 2019 or later on Windows

  • Excel 2016, 2019 or later on Mac

  • Excel on the web

  • Excel on iPad

Last updated