Excel Roundtrip - Fill Patterns, Line Styles etc

now is the fun: let’s set the names and see if we can - I haven’t actually tried - LOL:

Damn, this proved to be a little bit more difficult than I thought. Anyways here it is:

First let’s break down our data coming back from Excel:

Capture1

 

 

 

Let’s grab our id’s and convert them to integers so we can use them to extract our elements again:

 

Capture1

 

 

Now, we can use archi-lab nodes to get an element by ID like so:

 

Capture1

 

 

And lastly set the new names like so:

 

Capture1