β οΈ Important | Please update Libfredo to v15.1a for bugfixes associated to SketchUp 2025 and below
Download
XL parameters and dynamic components
-
I'm new to Ruby plugins. Did anybody see a script linking a list of parameters in XL with the options of a dynamic component in SketchUp?
-
Do you mean Excel
-
Indeed Microsoft Excel.
-
You will need to use the
WIN32OLE
class.[Plugin Library] Win32API and Win32OLE so files
There are some basic examples in the "Programming Ruby" (the ol' 'Pick-Axe Book'):
http://phrogz.net/ProgrammingRuby/win32.html#windowsautomation
http://phrogz.net/ProgrammingRuby/lib_windows.html#microsoftwindowssupportI am sure there have been some topics posted here, before. Do a forum search.
If you are a "Ruby Newbie" click the link in my signature.
-
Many Thanks Dan,
We'll give it a try!
Advertisement