Search

Excel Node

Last Updated: May 10, 2022

Articles

When I am executing the Excel node, I am getting the error as "Process exited with error...class not registered...". Image description

This error occurs when you do not have licensed Microsoft Excel installed on the bot machine you are executing the excel node. Install Microsoft Excel and rerun the task.
If licensed and the error persists, check if it is activated and logged in with the right credentials.

When trying to open an excel file using the excel node, I am getting a popup “We can’t update some of the links in your workbook right now….” I am unable to proceed until the Continue button is clicked, because of which excel automation fails. Image description

To suppress the message and to automatically update the links, follow these steps:

  1. In Excel, select File > Options > Advanced.
  2. Under General, clear the Ask to update automatic links check-box.
Image description

Tasks are failing due to permission issues while opening the files. Image description

Check if the folder that is used has required permissions. If not, provide full control access to the bot user.
Perform the following steps to provide full access.

  1. Go to the Properties of the folder that you are using.
  2. Navigate to the Security tab.
  3. Select the user and click the Edit button.
  4. Check the Full control checkbox and click the Apply button.
Image description

I have licensed Office 365 and have logged in to my account successfully, yet when using excel node, getting “Process exited with an error … InvalidCastException” error. Image description

This error can occur due to multiple reasons.

  1. When you do not have licensed Microsoft Excel installed on the bot machine you are executing the excel node.
    1. Install Microsoft Excel and rerun the task.
    2. If Microsoft Office is licensed and the error persists, check if it is activated and logged in with the right credentials.
  2. If Office is licensed, and successfully logged-in, but is corrupted, follow the below steps:
    1. Right-Click on the Start menu.
    2. Click Apps and Features.
    3. Search for Microsoft 365.
    4. Click on Microsoft 365.
    5. Click Modify.
    6. Restart Windows after repair.
    7. Start the Bot and continue with automation with Excel node.
Did you find what you were looking for?