Import from Excel

You cannot import data from an Excel file using basic Rhino import modules, however it can be done with a script. Oftentimes if it’s just a file containing point coordinates though, it’s easier to export it as a .csv which Rhino can import directly as point objects if the csv is formatted correctly.

–Mitch