views:

119

answers:

1

I have written a Perl script that reads some data and generates an OpenOffice Writer/OpenDocument file for that data. Can I also construct a Microsoft Word/Office Open XML document?

+2  A: 

To read MS word documents use Open XML SDK 2.0 for Microsoft Office

You may have to build a wrapper to call it from your pearl script.

Shiraz Bhaiji
Do I have to install both the tools listed?
darkie15
pearl? what is pearl? :)
Ether