See the following images from my graphs:
First question is how can I export these two schedules to the same spreadsheet on multiple REVIT projects without it overwriting the previously saved data in those worksheets? Inside the Node Schedule.ExportToExcel, the inputs are setup to write to lines 1,2,3, but the overwrite input is defaulted to false. If I leave the StartRow and StartCol inputs blank, would it just look for any previous data and then append it to the end of those populated cells?
Second question is, should I be doing this differently so that I can batch run this against lots of REVIT project files?