I’m having issues using the ExportExcel node to write to a predefined Excel Spreadsheet. The function runs, but with warnings every time I run it. The real issue is that it cuts off the list at around 650 line entries, and the list to export contains approx. 12500 entries.
Warning it lists is: “Warning: Data.ExportExcel operation failed. Exception from HRESULT: 0x800A03EC”
Tried using the BB Data and WriteExcel nodes from the archilab_Bumblebee package but that doesn’t do anything.
Exporting to .CSV works fine, just not as user friendly. Any ideas?
What version of excel are you using? Include if it’s 32 or 64 bit. Also, what OS, Revit build, and Dynamo build. May help to have your Dynamo logs on this as well.
System Stats:
Microsoft Office Professional Plus 2010 - 32bit, version 14.0.7015.1000
Windows 7 Enterprise 64bit with Service Pack 1 installed
Revit 2018 64bit build 18.3.1.2
Dynamo Core 2.0.1.5055
Dynamo Revit 2.0.1.5065
May be that excel 2010 isn’t supported due to a break API change by Microsoft. I’ll look into it on this end, but see if you can get an updated version on a machine to test with.
I did not remove all packages, but instead found a custom node from spring nodes (Dictionary) which was throwing an exception. I opened it up, copied the python node, and re-connected everything. After that, everything worked just fine.