Install Gridavera

Install

Install Gridavera for Excel

Three install paths — whether you're an individual trying it out, an IT admin deploying to your organisation, or automating rollout in a pipeline.

Get it from AppSource
Recommended for users

Install from AppSource

One-click install for individual users with a Microsoft 365 account. Auto-updates handled by Microsoft.

Get it from AppSource
Recommended for orgs

Microsoft 365 Admin Center

Tenant-wide rollout to specific users, groups, or your entire organisation. Auto-updates included.

See the steps
For automated deploys

PowerShell deployment

Same back-end as the Admin Center, but scriptable — for IT teams that automate add-in rollout in a pipeline.

See the steps
For individual users

Install from Microsoft AppSource

The simplest path — works on Excel for Windows, Mac, and the web. Updates roll out automatically; nothing to do when we ship a new version.

Auto-updates handled by Microsoft
1

Open the Gridavera for Excel listing on Microsoft AppSource.

2

Click Get it now and sign in with your Microsoft 365 account.

3

Excel opens with Gridavera in the ribbon. If it doesn’t appear, restart Excel.

4

Click the Gridavera icon, sign in, and your 14-day free trial starts automatically — no credit card required.

For IT admins

Deploy via the Microsoft 365 Admin Center

Roll Gridavera out to a team, department, or the whole organisation. Microsoft pushes the add-in to assigned users and keeps it up to date.

Route A · Search AppSource
  1. Sign in to admin.microsoft.com as a Global or Apps Admin.
  2. Go to Settings → Integrated apps → Get apps.
  3. Search "Gridavera for Excel", open the listing.
  4. Get it now → Deploy, choose your audience, Deploy.
Route B · Upload manifest
  1. Settings → Integrated apps → Upload custom apps.
  2. Choose "Provide link to manifest file".
  3. Paste app.gridavera.com/manifest.xml
  4. Validate, choose audience, Deploy.

Microsoft's published rollout window is 2–24 hours. If a user doesn't see Gridavera in the ribbon, ask them to fully close and reopen Excel, or sign out and back in to Microsoft 365.

Scripted deploy

PowerShell Centralized Deployment

Same back-end as the Admin Center, but scriptable — for IT teams that automate add-in rollout in their CI or config-management pipeline. Requires Global Admin sign-in.

Download manifest.xml
# Sign in as a Global or Apps Admin
Connect-OrganizationAddInService -OrganizationName <tenant>
# Deploy to your whole tenant
New-OrganizationAddIn `
-ManifestPath "…/manifest.xml" `
-Locale "en-US" `
-Members "Everyone"

Stuck installing?

Email support@gridavera.com or open the chat — we usually reply within one business day.

Contact support