Activepieces lets you connect Microsoft Excel 365 with the most popular apps, so you can automate your work and have more time for what matters most - no code required.
Start freeTrigger when a new row is added, and it can include existing rows as well.
Fires when a new worksheet is created in a workbook.
Fires when a new row is added to a table within a worksheet.
Fires when a row (in a worksheet) is added or updated.
Append row of values to a worksheet
Retrieve rows from a worksheet
Clear a worksheet
Retrieve a list of workbooks
Add a worksheet to a workbook
List columns of a table in a worksheet
Delete a table from a worksheet
Append rows to a table
Create a new workbook at the specified location
Clear a block of cells (range) content or formatting.
Add a new worksheet (tab) to an existing workbook with optional default headers.
Retrieve the values in a given cell range (e.g., “A1:C10”).
Retrieve metadata of a worksheet by its ID.
Make a custom API call to a specific endpoint
Retrieve worksheets from a workbook
Update a row in a worksheet
Delete a worksheet in a workbook
Delete a workbook
List rows of a table in a worksheet
Create a table in a worksheet
Lookup a value in a table column in a worksheet
Converts a table to a range
Clear contents/formatting of a column by its index.
Clear contents/formatting of an entire row by its ID.
Locate a row by specifying a lookup column and value (e.g. find a row where “ID” = 123).
Retrieve the entire content of a row by its row ID.
Change the name of an existing worksheet.