mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
1.6 KiB
1.6 KiB
Microsoft Excel
Microsoft Excel is a spreadsheet developed by Microsoft. It features calculation, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications.
!!! note "🔑 Credentials" You can find authentication information for this node here.
Basic Operations
- Table
- Adds rows to the end of the table
- Retrieve a list of tablecolumns
- Retrieve a list of tablerows
- Looks for a specific column value and then returns the matching row
- Workbook
- Adds a new worksheet to the workbook.
- Get data of all workbooks
- Worksheet
- Get all worksheets
- Get worksheet content
Example Usage
This workflow allows you to get information about all workbooks from Microsoft Excel. You can also find the workflow on the website. This example usage workflow would use the following two nodes.
The final workflow should look like the following image.
1. Start node
The start node exists by default when you create a new workflow.
2. Microsoft Excel node
- First of all, you'll have to enter credentials for the Microsoft Excel node. You can find out how to do that here.
- Select the 'Get All' option from the Operation dropdown list.
- Click on Execute Node to run the workflow.
