Editing Word documents in Perl (Openoffice Writer or MS Word)

T

Tony

Hello,

I want to read and edit openoffice / staroffice writer documents. Does
anyone know of any modules for that?

Ideally, I would've liked a module for editing MS Word documents, but
win32::eek:le requires Windows, and I'm running Linux. I wish there were
something like Spreadsheet::WriteExcel for MS Word!

Thanks in advance,

Tony
 
J

Jonathan Stowe

In comp.lang.perl.misc Tony said:
I want to read and edit openoffice / staroffice writer documents. Does
anyone know of any modules for that?
Native OpenOffice documents are XML, you might want to look at some of
the XML modules on CPAN to assess their suitability to the task.

/J\
 
H

henq

Tony said:
Hello,

I want to read and edit openoffice / staroffice writer documents. Does
anyone know of any modules for that?

Ideally, I would've liked a module for editing MS Word documents, but
win32::eek:le requires Windows, and I'm running Linux. I wish there were
something like Spreadsheet::WriteExcel for MS Word!

Thanks in advance,

Tony


Don't know about open/star, but in MS Word you can save a document in RTF
format. You can even change it's extrension from .rtf to .doc, the format
will remain rtf.
Use any templating technique to mongify the documents. Works for Excel too.

~henq
 

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,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top