Hey guys I am using Revit 19.2 Office 365 and Dynamo version 2.0.3 and while running a script, which requires to pull data from excel, I am getting the following error:
“Warning: Data.ImportExcel operation failed.
Excel is not installed.”
I am using a new lap top but the softwares are exactly the same as on the old lap top and the routine works on the other one. Does anybody know why I am getting this error and how to solve it?
What version of excel do you have installed?
Have you opened excel manually and if so were there any issues?
Is it 64 bit or 32?
Newer than 2010? Older?
Full office or a ‘starter’ version with limited API access?
@jacob.small,
it is full version of Office 365, 64b.
No issues when I open Excel manually, also the script works on a different station with same version of software.
@jacob.small, Thank you for trying. I think the issue was a Data.Import.Excel Node.I replaced it with ExcelFile.Read node and it has imported the data. It works both on 64 and 32 bit versions of excel.
It also effectively proved that it was not a excel version incomatibility.
When I faced same type of issue,Our IT guy uninstalled ‘Office 365’ then deleted registry key as well & then install ‘Office 365’.
Now Excel working properly with Dynamo.