Skip to content

[Components] microsoft_excel #16252

@pipedream-component-development

Description

We should do a general usability audit for Excel, and below are some suggestions for triggers and actions:

microsoft_excel

URLs

Polling Sources

new-row-added

Description

Emit new event when a row is added to a specified worksheet in an Excel file. Requires the file path, worksheet name, and polling interval.

new-workbook-created

Description

Emit new event when a new Excel workbook is created in a specified OneDrive or SharePoint folder. Requires the folder path and polling interval.

new-cell-value-changed

Description

Emit new event when a specific cell's value changes in a workbook. Requires the file path, worksheet name, cell address (e.g., A1), and polling interval.

Actions

add-row

Description

Insert a new row into a specified Excel worksheet. Requires file path, worksheet name, and a set of key-value pairs representing column headers and values.

update-cell

Description

Update the value of a specific cell in an Excel worksheet. Requires the file path, worksheet name, cell address, and new value.

get-table-rows

Description

Retrieve rows from a specified table in an Excel worksheet. Requires the file path and table name. Optional filters can be applied based on column values.

Metadata

Metadata

Assignees

Labels

triagedFor maintainers: This issue has been triaged by a Pipedream employee

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions