Skip to main content

🚀 Quickstart

Connect to Microsoft Excel with Nango and see data flow in 2 minutes.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> Microsoft Excel (Client Credentials).
2

Connect Microsoft Excel

Go to Connections -> Add Test Connection -> Connect, then enter your Tenant ID, Client ID, and Client Secret. Later, you’ll let your users do the same directly from your app.
3

Call the Microsoft Excel API

Let’s make your first request to the Microsoft Graph API (list SharePoint sites). Replace the placeholders below with your API key, integration ID, and connection ID:
Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.

📚 Microsoft Excel (Client Credentials) integration guides

Nango-maintained guides for common use cases. Official docs: Microsoft Graph API for Excel

🧩 Pre-built syncs & actions for Microsoft Excel (Client Credentials)

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.

API gotchas

  • With an app-only token there’s no signed-in user, so /me/... endpoints don’t work.
  • The Excel workbook API (/workbook/... under /v1.0/sites/{site-id}/drive/items/{fileId} or /v1.0/users/{id}/drive/...) does not support application permissions — Microsoft Graph requires a signed-in user for these endpoints. If you need workbook access (worksheets, ranges, tables), use the delegated Microsoft Excel integration instead. This client-credentials integration only works for app-only-compatible Graph endpoints (e.g. site/drive metadata), not workbook content.
  • Application permissions (not delegated) must be granted and admin-consented in Entra ID — see the connect guide for common permission names.