Hello everyone,
I am trying to extrapolate data of many objects from Revit, with the support of Dynamo. I am using “Data.ExportExcel” node and I want to organize all information in the same spreadsheet. So, I have created a list of starting rows and a list of contents. The problem is that the export node overwrites all previous rows leaving only the last element of the list, even they belong to the same list.
But it seems that there is a problem with the overwrite option: if it is on “true” the excel table shows only information of the last object; in case of “false” the spreadsheet will maintain obsolete data.
Does anybody have any idea to solve this problem?
Thank you for answering !