Create new properties in a record according to the given spread of strings

hi guys, iam reading an xls file, now the headers of this excel sheet are used and made into a spread. now the challenge is that I need to auto generate properties in a record using this spread, so that a corresponding record is created for every excel sheet I open.

I have uploaded an image of properties that I added manually in a record for clarity on the subject

thank you

You can’t really, even if you could it would be a nightmare, since if you change table and you have node connected to graph somewhere it would insta error…

In this case you have to use dictionaries or dynamics but this also introduces a boiler plate on getters. The way you define your models by hand is let’s say ok in terms of otherwise you get quite interesting challenges and behaviors