From: Farrel Lifson Date: 2007-03-02T16:50:39+09:00 Subject: Re: Ruby and MS WORD On 02/03/07, Ww Ee wrote: > Hello! > I'm new to Ruby and just wanted to ask if it had any means to create or > edit MS Word documents. It so happened that I need to write a simple > script filling templates with given data, but using C++ or Delphi is too > much for that task I think. Besides, Ruby seems a bit prettier to me. > > -- > Posted via http://www.ruby-forum.com/. > > Have a look at the Win32OLE libraries. Rather than creating MS Word files directly you can automate an instance of Word to do it for you. Farrel