Hi guys,
I’m trying to recreate the ExcelLink addin in Dynamo. Basically what this addin does is exporting any existing Revit schedule to excel (including IDs and UniqueIDs) and then import back all the changes from excel.
Nothing new, except it can work with almost any schedule and exports automatically only the elements currently appearing in the schedule (not the filtered ones) and all the columns shown.
As long as you keep the UniqueID in the same row as the corresponding parameters, you can modify the Excel file as you want and the import to Revit will work properly.
I assume it works with the UniqueIDs and all the associated parameters in the same row. I guess it finds out which element does a parameter in the schedule belongs to and then get the ID from that element, as not all the schedules contains an element.
So that is what I’m trying to do: finding a generic way to get the UniqueIDs from every row in a schedule. However I can’t find an automatic way like ExcelLink does. Is this possible? Does something like Get Id From Hosting Parameter Element In Schedule exist?
I believe I have covered the rest of the task.
Thanks.