Omni Toolbox

Manage products, pricing and labels from Microsoft Excel, connected to the Omni platform.

Download Manifest Open Taskpane GitHub

Omni Toolbox — Excel Online Manual

This manual describes how to enable the Omni Toolbox add-in for a spreadsheet in Excel Online (Excel for the web), using the hosted deployment at omni-toolbox-latest.bemisc.com.

Prerequisites

1. Download the add-in manifest

The deployment serves the Office add-in manifest, already configured with the correct URLs, at:

https://omni-toolbox-latest.bemisc.com/manifest.xml

Open that URL in your browser and save the file locally as manifest.xml (right-click → Save as…, or press Ctrl+S). Opened directly in a browser tab it looks like this:

Manifest rendered in the browser

2. Upload the manifest to Excel Online

The full click path on the ribbon is:

Home → Add-ins → More Add-ins → MY ADD-INS → Upload My Add-in → Browse… → Upload

Step by step:

  1. Open (or create) a workbook in Excel Online.
  2. On the Home tab of the ribbon, click Add-ins.
  3. In the popup, click More Add-ins (or More SettingsOffice Add-ins, depending on the UI version).
  4. In the Office Add-ins dialog, select the MY ADD-INS tab.
  5. Click the Upload My Add-in link in the top-right corner of the dialog.
  6. Click Browse…, select the manifest.xml file downloaded in step 1, and click Upload.

After the upload, an Omni Toolbox group appears on the Home tab of the ribbon with four buttons:

Note: a manifest uploaded this way is a sideload — it applies to the current workbook session only. If the ribbon buttons are gone after reopening the workbook, simply repeat the upload steps. For a permanent, organization-wide installation the manifest should be deployed via the Microsoft 365 admin center (Integrated apps → Upload custom apps).

3. Connect to Omni

On the ribbon, click Home → Omni Toolbox → Show Toolbox. The taskpane opens on the right side with the configuration form:

Taskpane configuration form

Fill in the connection details:

Field Description
API URL Base URL of the Omni API instance (defaults to https://omni.hive.pt/)
Username Your Omni account username
Password Your Omni account password
VAT Class The VAT class to apply in calculations (defaults to IVA23)
Use CORS proxy Keep checked unless the Omni instance serves the proper CORS headers for the add-in origin

Click Connect. The credentials are validated against the Omni API and stored locally, so the add-in reconnects automatically the next time the taskpane opens.

4. Use the toolbox

Once connected, the taskpane shows the actions panel:

Taskpane actions panel

From here, product lookups, price calculations (VAT, margins, discounts, quantity/weight modes) and cell formatting react live to the cells you edit, mirroring the behavior of the original desktop add-in.

Troubleshooting