On Thursday 11 October 2012 at 17:52, Anushank Lal wrote:
Hi,I am working on Rails project in which I have to generate Docx and RTF document retrieving data from the Active Records.In those document, I have to show data in the form of charts, graph and tables.So, on googling i got this http://stackoverflow.com/questions/697505/creating-microsoft-word-docx-documents-in-ruby. Then i tried almost each and every way but nothing helps to achieve my goal.LikeBut nothing help.So, what i am thinking use any open source Rest API which takes xml data and word (docx) as template and generate Word Document, just like Saaspose.Is, i am going right or there are other ways to do it.Please helpThanks in Advance.--
You received this message because you are subscribed to the Google Groups "Ruby Ireland" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/ruby_ireland/-/yRtRhsdbzL8J.
To post to this group, send an email to ruby_i...@googlegroups.com.
To unsubscribe from this group, send email to ruby_ireland...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ruby_ireland?hl=en-GB.
3. Inspect the contents of the XML files. Get an understanding of the XML by manually editing the XML until you can make the chart change as you require (far from trivial).