Generating Microsoft word document using ruby or rails.

P

Prabu Jayaraman

I have some record formatted in table. For that, I need to convert the
table data into Microsoft word document or Open office document. what
method I have to use?,

Is there any class or gems or library in ruby?

kindly help me?....



Thanks,

Prabu J
 
R

Robert Klemme

2009/2/20 Josef 'Jupp' Schugt said:
* Prabu Jayaraman, 2009-02-20, 14:47:


The easiest way is to write a CSV and then import it into the target
application. With Openoffice this simply means that you write the data
(using file access or simple redirect) to a file with the name ending in
".csv" then open the file. You will be presented with an import
dialogue. Choose 'Separated by Tab'. The Data will be converted into a
spreadsheet. The same method should work for MS Office but I am not
familiar with that software.

Another easy way I can think of is this: create a document with the
desired contents, write it as RTF. Analyze the RTF and write a program
that outputs the same content (with multiple table rows of course).

Cheers

robert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,822
Latest member
israfaceZa

Latest Threads

Top