Update Range Values
Updates worksheet range values in Microsoft 365 Excel.
PUT
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
stringrequired
Drive item ID of the Excel workbook file.
stringrequired
Worksheet name exactly as it appears in the workbook, such as Sheet1 or Summary.
stringrequired
Top-left cell in the target range, such as A1.
stringrequired
Bottom-right cell in the target range, such as B3.
objectrequired
Two-dimensional JSON array of cell values to write into the target range.