Converting excel cells to code block lists

I’m using excel to organize my shared parameters. I made scripts to add shared parameters to families. Because this script(s) need to ran by people that are downloading manufacturer content I’m thinking it might be better to add dictionaries to the scripts instead of relying on a central excel file. Is there a good way to convert excel cells to code block lists?

What I’ve come up with so far is creating a new sheet that concatenates all the cells with quotes and commas. I can then select them copy them into a code block and then just edit the begining and end to turn it into a list.

Does anyone else have a better method?

String.FromArray is your friend. Eventually you’ll have to rely on a copy/paste though.

Another way would be to use the Remember node in Project Refinery.