(no subject)
Mar. 4th, 2003 04:29 pmI need a Perl module, or at least a module which can be called from Perl, which will generate Word docs on a non-MS platform. I could've sworn this existed, but I can't find it now. Basically, the Word equivalent of Spreadsheet::WriteExcel. Anyone?
OLE::Storage?
Date: 2003-03-05 01:01 am (UTC)I haven't used it myself, but the readme claims that it allows access to the "raw data streams" of Microsoft Word type documents. Looks like it might only support older versions of Word, though.
Re: OLE::Storage?
Date: 2003-03-05 09:46 am (UTC)maybe you can fake it...
Date: 2003-03-06 05:09 pm (UTC)There's also Win32::OLE, but it looks like that's more for automating a real copy of Word to do things...
Good luck!
Re: maybe you can fake it...
Date: 2003-03-06 05:18 pm (UTC)