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

前端 未结 5 1141
小蘑菇
小蘑菇 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:37

    You may use Aspose.Tasks for .NET. This component allows you to work with Microsoft Project files. It doesn't require MS Office to be installed on the server, unlike Office Interop. The API is very simple and easy to use. And it provides a rich set of features to read, edit, write, and convert MPP files.

    This component is a normal .NET assembly which can be used with your .NET applications. It works on any Windows OS and in 32/64-bit environments as well.

    Disclosure: I work as developer evangelist at Aspose.

提交回复
热议问题