Yes, your best bet to getting started is to read through the Excel Automation documentation by going to Help>Documentation>ExcelAutomation pdf. From there, it describes how to map the variables, basically you need to build a Macro, then edit the Macro, going to the components, wires or other that will be driven by variables and replace with the variable placeholder that matches the column name from the spreadsheet.
Thanks for the answer, I've already looked at this tutorial and the macro can only change properties and not attributes. It would be possible to do a step-by-step to modify attributes from the macro?
Yes, your best bet to getting started is to read through the Excel Automation documentation by going to Help>Documentation>ExcelAutomation pdf. From there, it describes how to map the variables, basically you need to build a Macro, then edit the Macro, going to the components, wires or other that will be driven by variables and replace with the variable placeholder that matches the column name from the spreadsheet.