Get parameters of loaded families in Revit project and link parameters to Excel

Hi, linking Revit parameters lists to Excel through Dynamo is totally possible. You will find plenty of examples of it by using the search field. The nodes mainly used for this are Element.GetParameterValueByName, Excel.WriteToFile, and most of the time list management and dictionaries nodes. You could also be interested in this dedicated package: http://archi-lab.net/bumblebee-dynamo-and-excel-interop/
You will easily find tutorials on this topic online. See for instance what’s on the Learn page: http://dynamobim.org/learn/. Another entry point is to take a look at what’s available on YouTube.
Lastly, you can post here your first attempts in order to get further advice…