EXCEL to rhino

Greatings
how do i pull table from excel file into rhino

Nobody knows what the excel file looks like and what you want to do with it in rhino, but you can generally parse a .csv file by simply reading it and splitting the strings using the delimiters you set.

more info in a simple google search: https://www.google.de/search?client=opera&q=excel+file+reading+c%23&sourceid=opera&ie=UTF-8&oe=UTF-8

1 Like