Automate Microsoft Excel for free on Stepper
Read and write Excel workbooks (worksheets, tables, rows, ranges) stored in OneDrive for Business / SharePoint via the Microsoft Graph API.
I want to integrate
with
See how to connect Microsoft Excel to ...
Triggers available for Microsoft Excel on Stepper
New Row in Table
Triggers when a new row is added to the selected Excel table.
- 3
parameter
s
- Workbook
- Worksheet
- Table
New Workbook
Triggers when a new Excel workbook (.xlsx) is added to the root of your OneDrive.
New Worksheet
Triggers when a new worksheet is added to the selected workbook.
Actions available for Microsoft Excel on Stepper
Add Row to Table
Adds a new row to the end of a table in a workbook.
- 4
parameter
s
- Workbook
- Worksheet
- Table
- Values
Create Table
Creates a new table in a worksheet.
- 4
parameter
s
- Workbook
- Worksheet
- Address
- Has Headers
Create Worksheet
Create a new worksheet in an Excel workbook.
- 2
parameter
s
- Workbook
- Name
Delete Worksheet
Deletes a worksheet from a workbook.
- 2
parameter
s
- Workbook
- Worksheet
Find Table Row
Finds a row in a table where a given column matches a value.
- 5
parameter
s
- Workbook
- Worksheet
- Table
- Column
- Value
Find Worksheet
Finds a worksheet within a workbook by its exact name.
- 2
parameter
s
- Workbook
- Worksheet Name
Get Range Values
Gets the values, text, and formulas of a specific range in a worksheet.
- 3
parameter
s
- Workbook
- Worksheet
- Range
List Table Rows
Lists the rows of a table in an Excel worksheet.
- 3
parameter
s
- Workbook
- Worksheet
- Table
Update Range
Update the values of a range of cells in a worksheet.
- 4
parameter
s
- Workbook
- Worksheet
- Range
- Values
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.