Win32OLE

Hi,
Can sombody point me to the API (documentation) for Win32Ole in Ruby?
I’m interested in manipulating Excel files, so i would like to see all
the avaliable classes and methods i can work with.
if anybody knows of any links relating to programming with Win32Ole in
ruby that would be a good help.

Thanks in advance, appreciate it.

On 6/16/06, Parv G [email protected] wrote:

Can sombody point me to the API (documentation) for Win32Ole in Ruby?

http://justfuckinggoogleit.com/?q=win32ole+api+documentation

http://ruby-dog.org/ is a great site with lots of helpful
documentation in addition to the core stuff.

I’m interested in manipulating Excel files, so i would like to see all
the avaliable classes and methods i can work with.
if anybody knows of any links relating to programming with Win32Ole in
ruby that would be a good help.

You will probably find the following page very helpful in what you’re
trying to do:

http://wiki.rubygarden.org/Ruby/page/show/ScriptingExcel

Cheers,
Dave

Dave B. wrote:

On 6/16/06, Parv G [email protected] wrote:

Can sombody point me to the API (documentation) for Win32Ole in Ruby?

http://justfuckinggoogleit.com/?q=win32ole+api+documentation

http://ruby-dog.org/ is a great site with lots of helpful
documentation in addition to the core stuff.

I’m interested in manipulating Excel files, so i would like to see all
the avaliable classes and methods i can work with.
if anybody knows of any links relating to programming with Win32Ole in
ruby that would be a good help.

You will probably find the following page very helpful in what you’re
trying to do:

http://wiki.rubygarden.org/Ruby/page/show/ScriptingExcel

Cheers,
Dave

Parv-

Googling for “Excel Object Model” will return a number of websites that
provide details on the Excel objects, methods, and properties.

Mully