Excel to Sketchup

http://extensions.sketchup.com/en/search/site/excel

Excel can output data separated value files like CSV (comma separated etc.)
Or space or TAB separated values in XYZ format.
Then, there are importer plugins that can import these “point cloud” files.

This is all manual.


If you are looking for automation, then you must use the SketchUp Ruby API as Chris says,
and the WIN32OLE object to access an external Excel process. (This has been discussed many times in the Ruby API category here, and the Developers forum on SketchUcation.com.)

There is an example of accessing Excel from Ruby in the WIN32OLE class Ruby documentation.
(Note that this is Windows platform only.)

This is a very steep learning curve as the internals of the Dynamic Components extension are not documented. (It is basically internal SketchUp proprietary intellectual property.)

1 Like