Mega Code Archive
Categories
/
Ruby
/
Windows Platform
Using WIN32OLE with word
require 'win32ole' wordobj = WIN32OLE.new("word.application") wordobj.documents.add()