Just simple script / code to read data from csv files exported from Excel and then create objects - (here: spheres)
How CSV should look:
Every planet in single line. Every value separated with "|" character.
for eg: (name|radius|x|y|z|sphere segments)
Sun|20|0|0|0|12
Earth|2|100|100|0|12
And so on.
If you need apply specific colors then add extra 3 numbers controlling rgb (egz |0|10|200)
Before run change file location in code or copy "SolarSystem.txt" file to C:\
Cheers,