http://qs321.pair.com?node_id=262375


in reply to Microsoft Project and Perl

I have to develop an application to parse a Microsoft project file(.mpp) and write into too under unix. I know spreadsheet module which can parse a Excel file but I don't Know if it could parse a .mpp file. If you have any information, I'll be happy to know about it. thanks. M.Guérin

Replies are listed 'Best First'.
Re: Microsoft Project and Perl under Unix
by dws (Chancellor) on Jun 02, 2003 at 20:51 UTC
    I have to develop an application to parse a Microsoft project file(.mpp) and write into too under unix.

    As far as I know, an .mpp file is an OLE container. There's work in the Java world to provide classes to read OLE containers directly. I don't know about writing them, and I don't know if anyone in the Perl world is translating that work. In other words, you've just been handed a very nasty research project. Were I you, I would push back on this one very hard. Reading/writing a .mpp is best done on Win32, using the official COM API.