Will ruby programs using win32ole run on a Mac?

I have some ruby scripts that use win32ole to automate Microsoft Excel
on Windows7, can I port this ruby script to my MAC and use it there?

On Aug 13, 4:41 pm, Arti S. [email protected] wrote:

I have some ruby scripts that use win32ole to automate Microsoft Excel
on Windows7, can I port this ruby script to my MAC and use it there?

No, there is no ActiveX/OLE/COM under Mac, so is pointless.

Not sure how that winole23.dll will work in osx .

This may get you a little further :

.html?page=2

The other thought is to look into openoffice development tools.
http://downloadnew.org/scripts/text-management/openoffice-for-ruby-ooo4r-191
456.html

Cocoa stuff http://rubycocoa.sourceforge.net/HomePage