Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Microsoft 365 Excel Spoke

Manage Microsoft Office 365 Excel workbooks stored in Microsoft OneDrive from your ServiceNow instance.

Request apps on the Store

Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Spoke version

Microsoft 365 Excel spoke v1.0.4 is the latest version.

Supported versions

This spoke was built for Microsoft Office 365 Excel v1.0, but may be compatible with later versions.

Spoke requirements

  • Microsoft Azure Portal account
  • Client ID and Client Secret of the application registered in Azure Portal

Spoke dependencies

If you’re having trouble installing the app, ensure that these dependent plugins are installed:

  • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
  • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • Complex Object (com.glide.cobject)

Note: Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

Spoke actions

The Microsoft 365 Excel Spoke provides actions to automate tasks when events occurs in your ServiceNow instance. Available actions include:

CategoryActionDescription
Cell and Range ManagementGet Cell DetailsRetrieves the properties of the specified cell.
Get CellsRetrieves the properties of the selected range of cells.
Update CellsUpdates the properties of the selected range of cells.
Table ManagementAdd RowsAdds one or more rows to the given table.
Create TableAdds a table to the worksheet.
Get Table CellsRetrieves the properties of the selected range of table cells.
Get Table DetailsRetrieves the properties of the specified table.
Look up Table ColumnsLists the details of the specified range columns from the selected table.
Look up Table RowsLists the details of the specified range of rows from the selected table.
Workbook ManagementLook up WorkbooksLists all the workbooks in the specified folder.
Worksheet ManagementAdd WorksheetAdds a worksheet to a workbook.
Get Used CellsRetrieves the properties of the specified range of cells in the worksheet.
Get Worksheet DetailsRetrieves the properties of the worksheet.
Look up WorksheetsLists all the worksheets in the workbook.
Update WorksheetUpdates a worksheet of a workbook.

Note: You must specify the input values for Update Cells and Add Row actions as shown in the following examples.

Add Row action: The action input, Value 1 corresponds to the first row in your table. The values Hello and 100 correspond to the values of the first and second column respectively.

Image omitted: excel365\_spoke\_add\_row1.png
Input value examples for Add Row action. \[Omitted image "excel365\_spoke\_add\_row2.png"\] Alt text: Example input values format for Add Row action.You must provide values in the same format for the action inputs: Formulas, Formulas R1C1, Formulas Local, and Number Format. For more information, see [Add Row](https://docs.microsoft.com/en-us/graph/api/table-post-rows?view=graph-rest-1.0&tabs=http).

Update Cells action: The action input, Value 1 corresponds to the first row in your range. The values Hello and 100 correspond to the values of the first and second column respectively.

Image omitted: excel365\_spoke\_update\_cells1.png
Input value examples for Update Cellls action. \[Omitted image "excel365\_spoke\_update\_cells2.png"\] Alt text: Example input values format for Add Row action.You must provide values in the same format for the action inputs: Formulas, Formulas R1C1, Formulas Local, and Number Format. For more information, see [Update Rage](https://docs.microsoft.com/en-us/graph/api/range-update?view=graph-rest-1.0&tabs=http).

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection.

For information about setting up the spoke, see Set up the Microsoft 365 Excel spoke.