PHPOffice / PhpProject

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

MSP Data Interchange Format (MSPDI) #19

Open bhu1st opened 8 years ago

bhu1st commented 8 years ago

Work in Progress Office 2007 Data Interchange Format (MSPDI) XML spec, I'm starting with this: https://msdn.microsoft.com/en-us/library/bb968652(v=office.12).aspx

Samples :

Source : https://github.com/joniles/mpxj/blob/master/src/main/java/net/sf/mpxj/mspdi/MSPDIReader.java#L169

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29194813-msp-data-interchange-format-mspdi?utm_campaign=plugin&utm_content=tracker%2F315344&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F315344&utm_medium=issues&utm_source=github).
Progi1984 commented 8 years ago

@bhu1st Thanks for the share. I wait for your pull request ;). Thanks

Progi1984 commented 4 years ago

Hi @bhu1st have you got à MSPDI sample file ? Thanks