How to export multiple Schedules to Excel?

Hi all,

Is the schedule related block being limited to some specific version of dynamo?
I’m using version 0.9 and could not find schedule related command.

So I just followed one of the solutions above, I’m using:
code block
String.Contains(views.Name, “Sheet List”, false);

And why is it not working?
image

Thanks a lot!

Can you show a preview of what you’re sending into views?
I’m guessing you’re getting some nulls somewhere.

.blank

hi Nick_Boyts

Yes I did send some nulls into the code block. Now I have fixed it.

But I still can’t find schedule.getdata after I installed the package bimorphNodes.
Is there any tips I have not noticed?

Thank you all.

What version of Dynamo are you running? You may need to upgrade.

Hello Lucas,
I tried the Graph exactly as Piotrek18 displayed in Dynamo Version 1.3.3 and it worked just fine.
In Version 2.0.1 it did coursed thesame errors as displayed by you but I did some changes and came
to thesame result as when using Version 1.3.3. Check the followings Images and hope it helps you out.

  1. Change this in Version 1.3.3

  2. Changes made in Version 2.0.1
    Capture

2 Likes

Hi all,

Works the main code, thanks a lot.
Now the next unsolved error: I use 2.0.0 version but with Data.ExportExcell node tell me that excell isn’t installed. I export in all my nodes to excell. I’m can’t edit de python code eather.

Tks!

Lucas,

What package is the “Data.ExportExcel” a part of?

Thanks

Hi. How can I close this Topic? The main problem resolved.

Hi @Piotrek18, if you managed to make it work, will you be so kind to share the file / script of the Dynamo code to extract schedules from Revit? Thanks in advance

Hi I have another query.

image

image

where to find these nodes?

Thanks

Export Schedule(s) looks like a Python Script with an altered name.

I don’t know about the other.

I also want to know!

Hi @Elipum,
Sorry for delay, I didn’nt notice somobody called me.
here you go:Excell_Export Schedules_One File_z edycją nazw.dyn (38.7 KB)

Hi @shahed.attar ,
First node is of course written in Python. You have to get it from guy, that created it, and copy/paste to Python node.
Second one is of course in BimorphNodes. You can download this package from Package Manager

hi@Piotrek 18 ,I’m getting a message saying that Schedulable Fields expects argument types ( Revit .Schedules,Schedulables Field),but was called with ( Revit Elements.viewa.schedules view).

![dynamo|690x412]
Do you mind offering some guidance