Excel
Excel
Configuration
Microsoft Excel source connector integrates with the Microsoft Graph API.
Synchronizes data from Microsoft Excel including workbooks, worksheets, and tables.
It provides comprehensive access to Excel resources with proper token refresh and rate limiting.
Authentication
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
- OAuth Browser Flow (recommended for UI)
- OAuth Token (for programmatic access)
- Auth Provider (enterprise SSO)
Configuration Options
This connector does not have any additional configuration options.
Data Models
The following data models are available for this connector:
ExcelWorkbookEntity
Schema for a Microsoft Excel workbook (file).
Represents the Excel file itself with metadata.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/driveitem
ExcelWorksheetEntity
Schema for a Microsoft Excel worksheet (sheet/tab).
Represents individual sheets within an Excel workbook.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/worksheet
ExcelTableEntity
Schema for a Microsoft Excel table.
Represents structured data tables within worksheets.
Reference: https://learn.microsoft.com/en-us/graph/api/resources/table