Microsoft Excel
Files & storageOAuth 2.0credential probe
Read and write Excel workbook ranges, tables and worksheets (Microsoft Graph workbook API, OAuth2).
OCNORA ships 9 typed Microsoft Excel operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Operations 9
- Add Table RowsAppend one or more rows to a table. Batching the rows into a single call is far faster than one call per row.ms_excel.add_table_rows
- Recalculate WorkbookForce Excel to recalculate the workbook, so formulas written by an earlier step are evaluated before the next step reads them.ms_excel.calculate
- Create Workbook SessionOpen a workbook session and return its id, so a run of several reads and writes shares one Excel transaction instead of one per call.ms_excel.create_session
- Read RangeRead the values, text and formulas of one A1 range on a worksheet, e.g. A1:D10.ms_excel.get_range
- Read Used RangeRead the whole populated area of a worksheet, without needing to know how far the data goes.ms_excel.get_used_range
- List Table RowsRead a table's rows, following Graph paging up to max_results.ms_excel.list_table_rows
- List TablesList the named tables in a workbook, with their ids and names.ms_excel.list_tables
- List WorksheetsList the worksheets in a workbook, with their names and positions.ms_excel.list_worksheets
- Write RangeWrite values, formulas or number formats into one A1 range. Each is a two-dimensional array shaped exactly like the range.ms_excel.update_range
Run your first Microsoft Excel workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.