Is there any EVENT API available in MS graph Excel API?

ffbld01@uk.ibm.com 96 Reputation points
2022-03-29T12:38:28.387+00:00

We are checking if there is any event API available in MS Graph Excel API? We are interested in checking the latest changes in Excel rows, tables, worksheets, and workbooks via some event API in ms graph API. We looked into documentation but did not find much info there
Request the team here to please point us to any documentation or API which can achieve the above use cases

Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,640 questions
0 comments No comments
{count} votes

Accepted answer
  1. ShivaniRai-MSFT 2,726 Reputation points
    2022-03-29T13:27:39.337+00:00

    Hi @ffbld01@uk.ibm.com ,

    Currently, we can not fetch latest changes in Excel rows, tables, worksheets, and workbooks via Graph API. As of now, you can access a set of Excel objects (such as Table, Range, or Chart) to perform create, read, update, and delete (CRUD) operations on the workbook using Graph API.
    Refer this documentation for more information on workbooks with Graph API.

    Also, you can submit a feature request idea which will be monitored by Microsoft team and make the enhancements to Microsoft Graph APIs.

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. ffbld01@uk.ibm.com 96 Reputation points
    2022-03-30T04:46:37.413+00:00

    Thanks, @ShivaniRai-MSFT for the quick reply. If not graph API then is there any other Microsoft API that can allow us to receive the latest changes in Excel files?