Morning,
I am trying to get and excel file from Grasshopper. I have a list with the coordinates of the vertex from differents surfaces. How could i separate the values in three list for coordinates x,y,z? My target is get an excel file with a x value column, y value column and z column.


Regards.
you can just copy paste the content of the panel with {x, y, z} data and use the Excel function to divide data in columns using as separator ", "
Thanks.
Thanks so much. It works!

