How to update a row in excel spreadsheet, not add a new one

Ian Wildman 0 Reputation points
2025-01-17T15:16:32.8466667+00:00

Following the Graph V5.x updates and the 'code breakers' widely discussed on this forum and others, I've been trying make to get my previously working C# code working again, one part of which is intended to update specific rows in an excel spreadsheet as and when changes on the system occur. I have got very close but I am struggling now to get the code to update the existing row at index i and not insert a row at index i and shift what was the existing row down one in the spreadsheet to row index i+1 .

Is updating no longer possible?

Code format I am using is:

var requestBody = new AddPostRequestBody
{

Index = {targetRow},

Values = new UntypedArray(new List
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,438 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.