Exporting Revit Schedules to Excel

Hi everyone,

I’m trying to export some Revit Schedules to a Excel Files. I managed to create a script but when I run the script the data is overwritten and I’m left with only a part of the data.
I would love to have each schedule on a separate sheet in the same excel file if that is possible.

Thank you :grinning:

Hi @Victor.P,

You are only providing it one sheet name. If you want to save multiple sheets at once you will need to give it multiple sheet name.

Hope this helps,
Steven

1 Like

Here throw this in there to generate a list of sheet names for each view schedule.


Connect “List.Count” to element on the left and “code block” to sheetName on the right

This will count how many schedules you have and dynamically create a individual string for each one.

2 Likes