--- title: Microsoft Excel 365 node documentation description: Learn how to use the Microsoft Excel node in n8n. Follow technical documentation to integrate Microsoft Excel node into your workflows. contentType: [integration, reference] priority: high --- # Microsoft Excel 365 node Use the Microsoft Excel node to automate work in Microsoft Excel, and integrate Microsoft Excel with other applications. n8n has built-in support for a wide range of Microsoft Excel features, including adding and retrieving lists of table data, and workbooks, as well as getting worksheets. On this page, you'll find a list of operations the Microsoft Excel node supports and links to more resources. ```{note} Credentials Refer to [Microsoft credentials](/08-0-0-Workflow/integrations/builtin/credentials/microsoft.md) for guidance on setting up authentication. ``` ```{tip} Government Cloud Support If you're using a government cloud tenant (US Government, US Government DOD, or China), make sure to select the appropriate **Microsoft Graph API Base URL** in your Microsoft credentials configuration. ``` ```{include} ../../../../_snippets/integrations/builtin/app-nodes/ai-tools.md ``` ## Operations * Table * Adds rows to the end of the table * Retrieve a list of table columns * Retrieve a list of table rows * 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 ## Templates and examples ```{include} ../../../../_snippets/integrations/builtin/app-nodes/operation-not-supported.md ```