Provenance
PublisherExcel
API basehttps://graph.microsoft.com/
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (OAuth)
Methods (54)
excel_create_session
writeCreate a workbook session for long-running Excel operations.
Required paramsitemIdInput schema
{ "type": "object", "properties": { "itemId": { "type": "string", "description": "Workbook drive item ID." }, "siteId": { "type": "string", "description": "Optional SharePoint site ID." }, "persistChanges": { "type": "boolean", "description": "Persist workbook changes." } }, "required": [ "itemId" ], "additionalProperties": true }excel_list_worksheets
readList worksheets in a workbook.
Required paramsitemIdInput schema
{ "type": "object", "properties": { "itemId": { "type": "string", "description": "Workbook drive item ID." }, "siteId": { "type": "string", "description": "Optional SharePoint site ID." }, "sessionId": { "type": "string", "description": "Workbook session ID." } }, "required": [ "itemId" ], "additionalProperties": true }excel_get_range
readRead a worksheet range using A1 notation.
Required paramsitemIdworksheetIdaddressInput schema
{ "type": "object", "properties": { "itemId": { "type": "string", "description": "Workbook drive item ID." }, "worksheetId": { "type": "string", "description": "Worksheet ID or name." }, "address": { "type": "string", "description": "A1-style address, e.g. A1:B10." }, "sessionId": { "type": "string", "description": "Workbook session ID." }, "siteId": { "type": "string", "description": "Optional SharePoint site ID." } }, "required": [ "itemId", "worksheetId", "address" ], "additionalProperties": true }excel_update_range
writeWrite values into a worksheet range.
Required paramsitemIdworksheetIdaddressvaluesInput schema
{ "type": "object", "properties": { "itemId": { "type": "string", "description": "Workbook drive item ID." }, "worksheetId": { "type": "string", "description": "Worksheet ID or name." }, "address": { "type": "string", "description": "A1-style address." }, "values": { "type": "array", "description": "2D array of values to write.", "items": { "type": "array", "items": {} } }, "sessionId": { "type": "string", "description": "Workbook session ID." }, "siteId": { "type": "string", "description": "Optional SharePoint site ID." } }, "required": [ "itemId", "worksheetId", "address", "values" ], "additionalProperties": true }excel_list_tables
readexcel_add_table
writeexcel_list_charts
readexcel_call_function
unknownexcel_get_workbook
readexcel_close_session
unknownexcel_refresh_all
unknownexcel_get_worksheet
readexcel_add_worksheet
writeexcel_delete_worksheet
writeexcel_activate_worksheet
unknownexcel_get_used_range
readexcel_get_named_range
readexcel_clear_range
unknownexcel_insert_range
writeexcel_delete_range
writeexcel_merge_range
unknownexcel_unmerge_range
unknownexcel_get_table
readexcel_delete_table
writeexcel_clear_table
unknownexcel_convert_table_to_range
unknownexcel_list_table_rows
readexcel_add_table_rows
writeexcel_delete_table_row
writeexcel_list_table_columns
readexcel_add_table_column
writeexcel_delete_table_column
writeexcel_get_chart
readexcel_add_chart
writeexcel_delete_chart
writeexcel_set_chart_position
writeexcel_list_pivot_tables
readexcel_get_pivot_table
readexcel_add_pivot_table
writeexcel_refresh_pivot_table
unknownexcel_list_names
readexcel_get_name
readexcel_add_name
writeexcel_delete_name
writeexcel_list_comments
readexcel_get_comment
readexcel_add_comment
writeexcel_delete_comment
writeexcel_protect_workbook
unknownexcel_unprotect_workbook
unknownexcel_protect_worksheet
unknownexcel_unprotect_worksheet
unknownexcel_get_application
readexcel_calculate_application
read
