Programmatically access a Microsoft Project (MPP) file from C#

前端 未结 5 1120
小蘑菇
小蘑菇 2020-12-28 17:03

What are my options for programmatically accessing a Microsoft Project file? What are the pros and cons of each approach?

I will basically need to import all data fr

5条回答
  •  生来不讨喜
    2020-12-28 17:22

    The MPXJ (mpxj.sf.net) library comes in both Java and .Net flavours and will allow you to read and write multiple Microsoft Project file formats using a single consistent API. I am aware of commercial products which use both the Java and the .Net versions of MPXJ without any issues.

    Disclaimer: I'm the maintainer of MPXJ.

提交回复
热议问题