Skip to main content

Microsoft Excel 365

Manages Excel workbooks stored in OneDrive and SharePoint via Microsoft Graph API. Supports opening, creating, listing, and closing workbooks; managing worksheets (list, create, delete); reading and writing cell ranges and individual cells in DataTable format; row operations (get, set, append, insert, delete); column operations (get, insert, delete); structured table operations (list, create, get rows, add row, set row); formula read/write; hyperlink extraction; and clearing ranges or entire sheets. All operations require opening a workbook first to obtain a workbook ID. Authenticates via Azure AD client credentials (service account) or OAuth2 delegated flow.

NamespaceRobomotion.Excel365
Version1.1.0
CategoryProductivity, Business Software
Nodes31

Nodes

NodeDescription
Open WorkbookOpens a workbook in Microsoft Excel 365.
Close WorkbookCloses a workbook in Microsoft Excel 365.
Create WorkbookCreates a workbook in Microsoft Excel 365.
List WorkbooksLists workbooks in Microsoft Excel 365.
Get WorkbookGets a workbook in Microsoft Excel 365.
List WorksheetsLists worksheets in Microsoft Excel 365.
Create WorksheetCreates a worksheet in Microsoft Excel 365.
Delete WorksheetDeletes a worksheet in Microsoft Excel 365.
List TablesLists tables in Microsoft Excel 365.
Create TableCreates a table in Microsoft Excel 365.
Get Table RowsGets table rows in Microsoft Excel 365.
Get Table RowGets a table row in Microsoft Excel 365.
Set Table RowSets a table row in Microsoft Excel 365.
Append Table RowAppends a table row in Microsoft Excel 365.
Read RangeReads a range in Microsoft Excel 365.
Write RangeWrites a range in Microsoft Excel 365.
Get CellGets a cell in Microsoft Excel 365.
Set CellSets a cell in Microsoft Excel 365.
Get RowGets a row in Microsoft Excel 365.
Set RowSets a row in Microsoft Excel 365.
Append RowAppends a row in Microsoft Excel 365.
Delete RowDeletes a row in Microsoft Excel 365.
Get ColumnGets a column in Microsoft Excel 365.
Insert ColumnInserts a column in Microsoft Excel 365.
Delete ColumnDeletes a column in Microsoft Excel 365.
Clear RangeClear Range — see the properties below.
Clear SheetClear Sheet — see the properties below.
Get FormulaGets a formula in Microsoft Excel 365.
Set FormulaSets a formula in Microsoft Excel 365.
Get HyperlinkGets a hyperlink in Microsoft Excel 365.
ToolkitExposes this package's operations to an AI Agent as a single tool.

AI Agent tools

30 of these nodes are exposed as tools an AI Agent can call directly: Open Workbook, Close Workbook, Create Workbook, List Workbooks, Get Workbook, List Worksheets, Create Worksheet, Delete Worksheet, List Tables, Create Table, Get Table Rows, Get Table Row, Set Table Row, Append Table Row, Read Range, Write Range, Get Cell, Set Cell, Get Row, Set Row, Append Row, Delete Row, Get Column, Insert Column, Delete Column, Clear Range, Clear Sheet, Get Formula, Set Formula, Get Hyperlink.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.