Skip to main content
Server path: /microsoft-365-excel | Type: Application | PCID required: Yes

Tools


microsoft-365-excel_bulk_update_data

Update multiple worksheet ranges in a single call using the Microsoft Graph $batch endpoint. Each update targets a range (in A1 notation) on a worksheet and supplies a 2D array of values. Returns a per-range result so partial failures are reported individually. Parameters:

microsoft-365-excel_create_workbook

Create a new empty Excel workbook in OneDrive root Parameters:

microsoft-365-excel_create_worksheet

Create a new worksheet in an existing Excel workbook Parameters:

microsoft-365-excel_delete_workbook

Delete an Excel workbook from OneDrive Parameters:

microsoft-365-excel_delete_worksheet

Delete a worksheet from an Excel workbook Parameters:

microsoft-365-excel_get_workbook_metadata

Get metadata about an Excel workbook, optionally including worksheet list Parameters:

microsoft-365-excel_list_workbooks

List Excel workbooks (.xlsx, .xlsm, .xls) in OneDrive. Optionally list from a specific folder. Parameters:

microsoft-365-excel_list_worksheets

List worksheets in an Excel workbook Parameters:

microsoft-365-excel_read_worksheet_data

Read cell data from an Excel worksheet. Specify a range (e.g. “A1:D10”) or omit to read the entire used range. Parameters:

microsoft-365-excel_rename_worksheet

Rename a worksheet in an Excel workbook Parameters:

microsoft-365-excel_write_worksheet_data

Write a 2D array of values to an Excel worksheet range. Calculates the target range automatically from the data dimensions. Parameters: