PHPOffice / PhpProject

A pure PHP library for reading and writing project management files
Other
207 stars 140 forks source link

Format MPD #24

Open Progi1984 opened 4 years ago

Progi1984 commented 4 years ago

Microsoft Project from Project 98 until Project 2003 could read and write schedules as Microsoft Access database files with the extension MPD. Coincidentally, Microsoft Project Server shares the same database schema as the MPD file format.

Source : http://www.mpxj.org/howto-read-mpd.html

Sample File :

Source : https://github.com/joniles/mpxj/blob/master/src/main/java/net/sf/mpxj/mpd/MPDDatabaseReader.java#L79