Unable to view Excel worksheets General exception while processing

Elinor Kaguongo 0 Reputation points Microsoft Employee
2024-08-21T11:52:19.8333333+00:00

Describe the bug I'm trying to list worksheets in a workbook in Microsoft Graph Explorer

To Reproduce

  1. Go https://developer.microsoft.com/en-us/graph/graph-explorer
  2. Sign in
  3. Grant yourself Files.ReadWrite permissions
  4. Make a GET request to: https://graph.microsoft.com/v1.0/me/drive/items/<replace_me>/workbook/worksheets (update <replace_me> with an excel file you have in your one drive)
  5. Get the following response: Internal Server Error - 500 - 275 ms

{

"error": {

    "code": "generalException",

    "message": "General exception while processing",

    "innerError": {

        "date": "2024-07-15T14:48:29",

        "request-id": "3b2f22df-944f-48bb-bc64-bb44336bc465",

        "client-request-id": "537a1bbf-21a8-0c28-e514-c618a0b1a509"

    }

}
```}  
  
More information is shared here: [https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3255](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3255)
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,835 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,830 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.