Skip to main content
Cadet | Tier 2
May 22, 2023
Question

Unable to open spreadsheet

  • May 22, 2023
  • 10 replies
  • 799 views

I am creating basic bot to open excel using excel advance package but getting this error every time
 

 

10 replies

nirjhuAuthor
Cadet | Tier 2
May 22, 2023

Please need assistance asap

Automation Anywhere Team
May 22, 2023

Hi Nirju,

 

Did you try to use excel basic command package or just excel advanced command throws this error?

nirjhuAuthor
Cadet | Tier 2
May 22, 2023

Hello @patelmaulesh 

It is giving error on both.

Navigator | Tier 3
May 22, 2023

@nirjhu  Do you have excel installed on your machine?
In case it is installed - excel advanced will work.
In case it in not - excel basic will work.

Can you please check the mentioned excel path is correct and there is no typo in it and excel should not be opened

Navigator | Tier 3
May 22, 2023
Chandrasekhar 7496
Navigator | Tier 3
May 22, 2023

I am creating basic bot to open excel using excel advance package but getting this error every time
 

 

Can you Show the Code : Line 2 

Check Weather the path has Quotes “ ” example Path :- “c/file/excel.xlsx”  

the path should be :- c/file/excel.xlsx

you maybe using Copy as path on folder file

otherwise post entire code pic 

Virivinti Chandrasekhar
nirjhuAuthor
Cadet | Tier 2
May 22, 2023

@RenukaS Excel is installed and not opened
I have already checked the provided link

nirjhuAuthor
Cadet | Tier 2
May 22, 2023

@Chandrasekhar 7496 This is path excel file path i am using
D:\Automationanywherebots\Inventory management\Inventory Management Excel Sheet.xlsx

Chandrasekhar 7496
Navigator | Tier 3
May 22, 2023

@Chandrasekhar 7496This is path excel file path i am using
D:\Automationanywherebots\Inventory management\Inventory Management Excel Sheet.xlsx

ok

Virivinti Chandrasekhar
nirjhuAuthor
Cadet | Tier 2
May 24, 2023

@AutomationAnywhere  help me please