offsetRange Not Functioning In Microsoft Graph API
I am using the Microsoft Graph API to retrieve Excel data from a SharePoint site. I am running into an issue when trying to leverage the OffsetRange option.
When using this method, I am getting the following error when passing the following URI and body:
{
"rowOffset": 3,
"columnOffset": 5
}
I've followed the documentation exactly, but cannot get this to return the expected results.
According to CoPilot, the Excel Services API doesn't support this method, which in turn means Microsoft GRaph API doesn't support it. If this is the case, then why is the method listed in the "official" documentation for Graph API??
"error": {
"code": "BadRequest",
"message": "Resource not found for the segment 'offsetRange'.",
"innerError": {
"date": "2024-08-20T14:08:44",
"request-id": "3356bb0d-79e6-4a12-af5d-6332c473fc65",
"client-request-id": "3356bb0d-79e6-4a12-af5d-6332c473fc65"
1 answer
Sort by: Most helpful
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more