Import from excel issue

Hi,
I’m trying to import shared parameters data from excel file but i got an error :

Warning: Data.ImportExcel operation failed. Exception from HRESULT: 0x800A03EC
i tried to change file path to string but it doesnt help
any idea to fix it?
image

Try restarting your cpu, and double check the spelling in the sheet name.

some obvious tips from me

  • you need to have excel installed.
  • check the path to see if there are no spaces in it.
1 Like

Hi @rinag ,

I tried to copy what you are trying to do and it seems to work ok for both File Path and String.
I believe you just need to follow Jacob’s suggestion check spelling that you do the correct case (upper & lower case to be the same as file name / path / sheet name)

See sample that I tested as animated gif.

Cheers,
Jowenn

1 Like

i just moved the file to path without spacing and removed space from sheet name and it works!
thank u !

1 Like