in reply to Re^2: OpenOffice Typelib And Win32::OLE
in thread OpenOffice Typelib And Win32::OLE

There only is a module for working natively with Excel OLE files, Spreadsheet::ParseExcel and Spreadsheet::WriteExcel. There is no such module for working with MS Word files. So if you don't have MS Word installed, you will need to write the appropriate Perl code to manipulate a MS Word file.

  • Comment on Re^3: OpenOffice Typelib And Win32::OLE