get-excel-range
Retrieve specific cell ranges from Excel workbooks stored in Microsoft 365 to access spreadsheet data programmatically through the Graph API.
Instructions
Invoke function range
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| driveId | Yes | Path parameter: driveId | |
| driveItemId | Yes | Path parameter: driveItemId | |
| workbookWorksheetId | Yes | Path parameter: workbookWorksheetId | |
| address | Yes | Path parameter: address | |
| fetchAllPages | No | Automatically fetch all pages of results | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |