Any function or method to get custom sort function will be use in microsoft graph api

Abhay Maheta 21 Reputation points
2022-10-11T06:57:37.867+00:00

Custom sorting that can help to all the data in excel sheet will be a sorted data from the API level we can functionally in excel sheet that will be a same thing to apply in Microsoft Graph API so that will be a possible way to guide.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,591 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
150 questions
0 comments No comments
{count} votes

Accepted answer
  1. Shivam Dhiman 5,946 Reputation points
    2022-10-11T20:14:55.233+00:00

    Hi @Abhay Maheta

    If you are only looking to sort excel sheet table data using Graph API you can use TableSort resource type.
    Use this POST /me/drive/items/{id}/workbook/worksheets/{id|name}/tables/{id|name}/sort/apply Graph API along with the body to apply sort on table.
    Please refer to this documentation for more details.

    Hope this helps.

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

    0 comments No comments

0 additional answers

Sort by: Most helpful