Importing from Excel

To Import data from Excel you can use the out-of-the-box Import node in Dynamo. For Dynamo version 2.x, search “excel” in the search bar and find the node [ImportExcel]. For Dynamo version 1.x, search for “excel” and find the node [ReadFromFile]. To simplify this post, we will only focus on Read more

What is a “String”

“In computer programming, a string is traditionally a sequence of characters…” Reference: https://en.wikipedia.org/wiki/String_(computer_science) In laymen’s terms, a string is basically “text”. It is equivalent to the “Text” type in Revit and the “Text” type in Excel. It can contain letters, numbers, and symbols. Though because strings are not specfically “numbers”, they cannot be used in Read more