Extracting values from a Materal Schedule View

Hello,
I have to extract Areas and Volumes of some materials to an excel table. I have those materials spread in several categories (walls, generic models, floors). The material takeoff view gives me already the total values I need into the parameters Material: Area & Material: Volume). I’m filtering the elements by Material: Mark.
My problem is not to write it to excel, but first of all, to make Dynamo read them.
Could someone advise me?

If what you mean is, you want to view and process the Schedule data as strings/numbers using Dynamo before exporting to Excel, you can try Schedule.GetScheduleData from bimorphNodes package. You can select the Schedule view using either a string name or View selection node from the OOTB Revit library:

2 Likes

It worked perfectly! Thanks!