Loading...
Loading...
Microsoft Excel integration. Manage data, records, and automate workflows. Use when the user wants to interact with Microsoft Excel data.
npx skill4agent add membranedev/application-skills microsoft-excelmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search microsoft-excel --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Get Cell | get-cell | Get a specific cell by row and column index from a worksheet |
| Clear Range | clear-range | Clear cell values, formulas, and/or formatting from a range |
| Get Used Range | get-used-range | Get the smallest range that encompasses any cells that have data or formatting. |
| Update Range | update-range | Update cell values and/or formulas in a specific range of a worksheet |
| Get Range | get-range | Get cell values, formulas, and formatting from a specific range in a worksheet |
| Add Table Column | add-table-column | Add a new column to a table |
| List Table Columns | list-table-columns | List all columns in a table from an Excel workbook |
| Delete Table Row | delete-table-row | Delete a specific row from a table by its index |
| Add Table Rows | add-table-rows | Add one or more rows to the end of a table. |
| List Table Rows | list-table-rows | List all rows in a table from an Excel workbook |
| Delete Table | delete-table | Delete a table from an Excel workbook. |
| Update Table | update-table | Update properties of an existing table in an Excel workbook |
| Create Table | create-table | Create a new table from a range in an Excel worksheet. |
| Get Table | get-table | Get a specific table from an Excel workbook |
| List Tables | list-tables | List all tables in an Excel workbook |
| Delete Worksheet | delete-worksheet | Delete a worksheet from an Excel workbook |
| Update Worksheet | update-worksheet | Update properties of an existing worksheet |
| Create Worksheet | create-worksheet | Create a new worksheet in an Excel workbook |
| Get Worksheet | get-worksheet | Get a specific worksheet from an Excel workbook by its ID or name |
| List Worksheets | list-worksheets | List all worksheets in an Excel workbook |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY