Your issue likely comes from Microsoft 365 Excel integration limitations in n8n. Currently, n8n supports Microsoft services through its Microsoft Graph API.
• **Re-authenticate your Microsoft Excel credentials** - Go to your credentials and reconnect your Microsoft account
• **Use the workaround approach**: Download the Excel file using SharePoint → use the Spreadsheet File node for modifications → upload back to SharePoint
• **Check file permissions** - Ensure your Microsoft account has proper read/write access to the Excel file in SharePoint
• **Try using the file ID directly** - If you can get the Microsoft Graph `driveItem.id` of your Excel file, use “By ID” instead of “From list”
The Microsoft Graph API that n8n uses has authentication token issues with SharePoint-hosted Excel files, which is why the workbook list won’t load. The download/modify/upload workaround is currently the most reliable solution for SharePoint Excel files.