1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > java解析project mpp文件 如何在Java中创建.mpp文件?

java解析project mpp文件 如何在Java中创建.mpp文件?

时间:2018-08-23 01:37:14

相关推荐

java解析project mpp文件 如何在Java中创建.mpp文件?

I am able to create .mpx file by using mpxj library in java.

I need write ( create ) .mpp file in java can any one suggest me please.

解决方案

I maintain MPXJ, and the short answer to your enquiry is that, at present, MPXJ does not write MPP files.

The main reason for this is simply that despite the effort which has gone into understanding the MPP file structure, there is still a great deal of it which is not well understood, hence it is difficult to reliably generate. The other issue is that even if I was to produce some code which could generate an MPP file, the features it could write to that file are likely to lag behind what MPXJ supports in the MSPDI file format, again due to my incomplete understanding of the MPP format.

My suspicion is that the next version of MS project (project 15? Project ?) may probably offer a ".mppx" file format, similar to the ".docx" etc formats used by other applications in the MS Office suite. This will be XML-based and will be more straightforward to generate than the binary MPP file format currently is... let's see what Microsoft come up with!

Jon

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。