Creating Microsoft Word (.docx) documents in Ruby
As has been noted, there don’t appear to be any libraries to manipulate Open XML documents in Ruby, but OpenXML Developer has complete documentation on the format of Open XML documents. If what you want is to send a copy of a standard document (like a form letter) customized for each user, it should be … Read more