Introducing Relm Reports.

Troubleshooting

Update or reload the add-in

How to force the Excel add-in to refresh — for AppSource installs, sideloaded manifests, and Excel for the web.

Relm TeamUpdated 2 min read
On this page

The Relm Pro Excel add-in updates itself most of the time without you doing anything. Occasionally — after a known fix lands or when the taskpane is stuck on an old build — you may need to force a refresh.

How updates normally happen

The taskpane's web bundle (the JavaScript that renders the UI) lives at excel-plugin.relm.ai. Excel fetches it fresh whenever you open the taskpane, with normal HTTP caching. So most updates appear within minutes of release without any user action.

The manifest (the XML that defines ribbon buttons and points to the bundle) updates differently:

  • AppSource — automatic, Microsoft pushes it.
  • Sideloaded — manual, you re-download and replace the file.

Force-reload on Windows / Mac

Quickest path:

  1. Close the Excel taskpane. Click the X on the taskpane.
  2. Re-open the taskpane. Excel fetches the latest bundle.

If that doesn't pick up the change:

  1. Close all Excel windows.
  2. Re-open Excel.
  3. Open the taskpane.

If that still doesn't:

  1. Clear the Excel web cache. Microsoft has a documented procedure per OS.
  2. Restart Excel and open the taskpane.

Force-reload on Excel for the web

  1. Hard-refresh the browser tab (Cmd/Ctrl + Shift + R).
  2. The taskpane's web view picks up the new bundle.

Verifying the version

In the Relm Pro taskpane, click your avatar → the version number is shown. We tag releases with YYYY.MM.DD build identifiers; check the version against /excel-plugin/changelog (or the support team) to confirm you're current.

When updating doesn't fix the issue

If you're stuck on an older build despite reloads, the issue is usually:

  • Corporate proxy caching. Your IT may have aggressive caching that pins old versions of the bundle. Ask them to bypass caching for excel-plugin.relm.ai.
  • Sideloaded manifest is stale. The manifest itself may be old. Re-download from /excel-plugin and replace.
  • Excel client is too old. Office Add-ins require relatively-recent Excel builds. Update Office to the latest stable.

Manifest updates

Most updates are bundle-only and don't need manifest changes. When the manifest changes (new ribbon button, new icon, new permissions):

  • AppSource users: automatic.
  • Sideloaded users: re-download and replace the manifest, restart Excel.

We announce manifest changes in release notes when they happen.

What's next

Was this article helpful?

Still need help?

Our team usually responds within one business day. Tell us what you're trying to do and we'll get you unstuck.

Relm Pro Help Center